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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.79 by jsr166, Fri Dec 2 14:37:32 2011 UTC vs.
Revision 1.80 by jsr166, Mon Dec 12 20:53:11 2011 UTC

# Line 1478 | Line 1478 | public class ConcurrentSkipListMap<K,V>
1478      /* ---------------- Serialization -------------- */
1479  
1480      /**
1481 <     * Saves the state of this map to a stream (that is, serializes it).
1481 >     * Saves this map to a stream (that is, serializes it).
1482       *
1483       * @serialData The key (Object) and value (Object) for each
1484       * key-value mapping represented by the map, followed by
# Line 1503 | Line 1503 | public class ConcurrentSkipListMap<K,V>
1503      }
1504  
1505      /**
1506 <     * Reconstitutes the map from a stream (that is, deserializes it).
1507 <     *
1508 <     * @param s the stream
1506 >     * Reconstitutes this map from a stream (that is, deserializes it).
1507       */
1508      private void readObject(final java.io.ObjectInputStream s)
1509          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines