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.77 by jsr166, Wed Aug 3 14:44:33 2011 UTC vs.
Revision 1.78 by jsr166, Tue Oct 25 18:46:37 2011 UTC

# Line 1477 | Line 1477 | public class ConcurrentSkipListMap<K,V>
1477      /* ---------------- Serialization -------------- */
1478  
1479      /**
1480 <     * Save the state of this map to a stream.
1480 >     * Saves the state of this map to a stream (that is, serializes it).
1481       *
1482       * @serialData The key (Object) and value (Object) for each
1483       * key-value mapping represented by the map, followed by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines