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.127 by dl, Mon Jul 1 19:08:00 2013 UTC vs.
Revision 1.128 by jsr166, Thu Jul 18 17:38:29 2013 UTC

# Line 1387 | Line 1387 | public class ConcurrentSkipListMap<K,V>
1387      /**
1388       * Saves this map to a stream (that is, serializes it).
1389       *
1390 +     * @param s the stream
1391       * @serialData The key (Object) and value (Object) for each
1392       * key-value mapping represented by the map, followed by
1393       * {@code null}. The key-value mappings are emitted in key-order
# Line 1411 | Line 1412 | public class ConcurrentSkipListMap<K,V>
1412  
1413      /**
1414       * Reconstitutes this map from a stream (that is, deserializes it).
1415 +     * @param s the stream
1416       */
1417      @SuppressWarnings("unchecked")
1418      private void readObject(final java.io.ObjectInputStream s)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines