mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8282602: Refactor awt classes javadoc to use @throws instead of @exception
Reviewed-by: aivanov, prr
This commit is contained in:
parent
096bca4a9c
commit
249d553659
73 changed files with 350 additions and 350 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue