Skip to content

Commit bfc1db7

Browse files
committed
8370560: Remove non-public API reference from public API javadoc
Reviewed-by: prr
1 parent e7c7892 commit bfc1db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/share/classes/java/awt/Component.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6287,7 +6287,7 @@ final boolean isCoalescingEnabled() {
62876287
* and paint (and update) events.
62886288
* For mouse move events the last event is always returned, causing
62896289
* intermediate moves to be discarded. For paint events, the new
6290-
* event is coalesced into a complex {@code RepaintArea} in the peer.
6290+
* event is coalesced into a complex repaint area in the peer.
62916291
* The new {@code AWTEvent} is always returned.
62926292
*
62936293
* @param existingEvent the event already on the {@code EventQueue}

0 commit comments

Comments
 (0)