mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8251203: Fix "no comment" warnings in java.base/java.lang and java/io
Reviewed-by: dfuchs, lancea, mchung, naoto
This commit is contained in:
parent
5585e6f63a
commit
afce1f4ebd
19 changed files with 177 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue