8282602: Refactor awt classes javadoc to use @throws instead of @exception

Reviewed-by: aivanov, prr
This commit is contained in:
Prasanta Sadhukhan 2022-03-17 09:15:54 +00:00
parent 096bca4a9c
commit 249d553659
73 changed files with 350 additions and 350 deletions

View file

@ -436,7 +436,7 @@ public class InputMethodEvent extends AWTEvent {
* belongs to.
*
* @param source the source of the event
* @exception IllegalArgumentException if source is null.
* @throws IllegalArgumentException if source is null.
* @return most recent event time in the {@code EventQueue}
*/
private static long getMostRecentEventTimeForSource(Object source) {