We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c7892 commit bfc1db7Copy full SHA for bfc1db7
src/java.desktop/share/classes/java/awt/Component.java
@@ -6287,7 +6287,7 @@ final boolean isCoalescingEnabled() {
6287
* and paint (and update) events.
6288
* For mouse move events the last event is always returned, causing
6289
* intermediate moves to be discarded. For paint events, the new
6290
- * event is coalesced into a complex {@code RepaintArea} in the peer.
+ * event is coalesced into a complex repaint area in the peer.
6291
* The new {@code AWTEvent} is always returned.
6292
*
6293
* @param existingEvent the event already on the {@code EventQueue}
0 commit comments