8251203: Fix "no comment" warnings in java.base/java.lang and java/io

Reviewed-by: dfuchs, lancea, mchung, naoto
This commit is contained in:
Roger Riggs 2020-08-25 10:20:14 -04:00
parent 5585e6f63a
commit afce1f4ebd
19 changed files with 177 additions and 28 deletions

View file

@ -354,6 +354,7 @@ public final class ValueRange implements Serializable {
* Check that the values are valid.
*
* @param s the stream to read
* @throws IOException if an I/O error occurs
* @throws InvalidObjectException if
* the smallest minimum is greater than the smallest maximum,
* or the smallest maximum is greater than the largest maximum

View file

@ -359,6 +359,7 @@ public final class WeekFields implements Serializable {
* Check that the values are valid.
*
* @param s the stream to read
* @throws IOException if an I/O error occurs
* @throws InvalidObjectException if the serialized object has an invalid
* value for firstDayOfWeek or minimalDays.
* @throws ClassNotFoundException if a class cannot be resolved