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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.237 by jsr166, Thu Jul 18 17:13:42 2013 UTC vs.
Revision 1.238 by jsr166, Thu Jul 18 18:21:22 2013 UTC

# Line 1323 | Line 1323 | public class ConcurrentHashMap<K,V> exte
1323       * Saves the state of the {@code ConcurrentHashMap} instance to a
1324       * stream (i.e., serializes it).
1325       * @param s the stream
1326 +     * @throws java.io.IOException if an I/O error occurs
1327       * @serialData
1328       * the key (Object) and value (Object)
1329       * for each key-value mapping, followed by a null pair.
# Line 1365 | Line 1366 | public class ConcurrentHashMap<K,V> exte
1366      /**
1367       * Reconstitutes the instance from a stream (that is, deserializes it).
1368       * @param s the stream
1369 +     * @throws ClassNotFoundException if the class of a serialized object
1370 +     *         could not be found
1371 +     * @throws java.io.IOException if an I/O error occurs
1372       */
1373      private void readObject(java.io.ObjectInputStream s)
1374          throws java.io.IOException, ClassNotFoundException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines