jdk/src/share/classes/java/time/temporal/WeekFields.java
changeset 22566 4ebe53dd7814
parent 22081 86eb26ff8f2b
child 24032 a25d367576e8
--- a/jdk/src/share/classes/java/time/temporal/WeekFields.java	Wed Jan 22 11:03:44 2014 -0800
+++ b/jdk/src/share/classes/java/time/temporal/WeekFields.java	Wed Jan 22 17:40:58 2014 -0500
@@ -344,8 +344,11 @@
     /**
      * Restore the state of a WeekFields from the stream.
      * Check that the values are valid.
+     *
+     * @param s the stream to read
      * @throws InvalidObjectException if the serialized object has an invalid
      *     value for firstDayOfWeek or minimalDays.
+     * @throws ClassNotFoundException if a class cannot be resolved
      */
     private void readObject(ObjectInputStream s)
          throws IOException, ClassNotFoundException, InvalidObjectException