ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Vector.java
(Generate patch)

Comparing jsr166/src/main/java/util/Vector.java (file contents):
Revision 1.38 by jsr166, Thu Dec 1 00:35:21 2016 UTC vs.
Revision 1.39 by jsr166, Fri Dec 2 06:38:56 2016 UTC

# Line 1169 | Line 1169 | public class Vector<E>
1169      }
1170  
1171      /**
1172 <     * Save the state of the {@code Vector} instance to a stream (that
1173 <     * is, serialize it).
1172 >     * Saves the state of the {@code Vector} instance to a stream
1173 >     * (that is, serializes it).
1174       * This method performs synchronization to ensure the consistency
1175       * of the serialized data.
1176 +     *
1177 +     * @param s the stream
1178 +     * @throws java.io.IOException if an I/O error occurs
1179       */
1180      private void writeObject(java.io.ObjectOutputStream s)
1181              throws java.io.IOException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines