Skip to content

Commit 665c39c

Browse files
author
Alisen Chung
committedJan 9, 2025
8347375: Extra <p> tag in robot specification
Reviewed-by: kbarrett
1 parent b335ea9 commit 665c39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.desktop/share/classes/java/awt/Robot.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* events are generated in the platform's native input
5858
* queue. For example, {@code Robot.mouseMove} will actually move
5959
* the mouse cursor instead of just generating mouse move events.
60-
* <p>
60+
*
6161
* @apiNote When {@code autoWaitForIdle()} is enabled, mouse and key related methods
6262
* cannot be called on the AWT EDT. This is because when {@code autoWaitForIdle()}
6363
* is enabled, the mouse and key methods implicitly call {@code waitForIdle()}
@@ -666,7 +666,7 @@ public synchronized boolean isAutoWaitForIdle() {
666666
/**
667667
* Sets whether this Robot automatically invokes {@code waitForIdle}
668668
* after generating an event.
669-
* <p>
669+
*
670670
* @apiNote Setting this to true means you cannot call mouse and key-controlling events
671671
* on the AWT Event Dispatching Thread
672672
*

0 commit comments

Comments
 (0)
Please sign in to comment.