diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/util/JapaneseImperialCalendar.java --- a/src/java.base/share/classes/java/util/JapaneseImperialCalendar.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/util/JapaneseImperialCalendar.java Fri Sep 20 11:07:52 2019 +0100 @@ -418,7 +418,7 @@ * * @param field the calendar field. * @param amount the amount of date or time to be added to the field. - * @exception IllegalArgumentException if {@code field} is + * @throws IllegalArgumentException if {@code field} is * {@code ZONE_OFFSET}, {@code DST_OFFSET}, or unknown, * or if any calendar fields have out-of-range values in * non-lenient mode. @@ -569,7 +569,7 @@ * * @param field the calendar field. * @param amount the signed amount to add to {@code field}. - * @exception IllegalArgumentException if {@code field} is + * @throws IllegalArgumentException if {@code field} is * {@code ZONE_OFFSET}, {@code DST_OFFSET}, or unknown, * or if any calendar fields have out-of-range values in * non-lenient mode. @@ -1867,7 +1867,7 @@ * Converts calendar field values to the time value (millisecond * offset from the Epoch). * - * @exception IllegalArgumentException if any calendar fields are invalid. + * @throws IllegalArgumentException if any calendar fields are invalid. */ protected void computeTime() { // In non-lenient mode, perform brief checking of calendar