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.128 by jsr166, Thu Jul 18 17:38:29 2013 UTC vs.
Revision 1.129 by jsr166, Thu Jul 18 18:21:22 2013 UTC

# Line 1388 | Line 1388 | public class ConcurrentSkipListMap<K,V>
1388       * Saves this map to a stream (that is, serializes it).
1389       *
1390       * @param s the stream
1391 +     * @throws java.io.IOException if an I/O error occurs
1392       * @serialData The key (Object) and value (Object) for each
1393       * key-value mapping represented by the map, followed by
1394       * {@code null}. The key-value mappings are emitted in key-order
# Line 1413 | Line 1414 | public class ConcurrentSkipListMap<K,V>
1414      /**
1415       * Reconstitutes this map from a stream (that is, deserializes it).
1416       * @param s the stream
1417 +     * @throws ClassNotFoundException if the class of a serialized object
1418 +     *         could not be found
1419 +     * @throws java.io.IOException if an I/O error occurs
1420       */
1421      @SuppressWarnings("unchecked")
1422      private void readObject(final java.io.ObjectInputStream s)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines