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.302 by jsr166, Fri Jun 16 01:20:13 2017 UTC vs.
Revision 1.303 by jsr166, Sun Sep 3 16:16:29 2017 UTC

# Line 1365 | Line 1365 | public class ConcurrentHashMap<K,V> exte
1365      }
1366  
1367      /**
1368 <     * Saves the state of the {@code ConcurrentHashMap} instance to a
1369 <     * stream (i.e., serializes it).
1368 >     * Saves this map to a stream (that is, serializes it).
1369 >     *
1370       * @param s the stream
1371       * @throws java.io.IOException if an I/O error occurs
1372       * @serialData
# Line 1410 | Line 1410 | public class ConcurrentHashMap<K,V> exte
1410      }
1411  
1412      /**
1413 <     * Reconstitutes the instance from a stream (that is, deserializes it).
1413 >     * Reconstitutes this map from a stream (that is, deserializes it).
1414       * @param s the stream
1415       * @throws ClassNotFoundException if the class of a serialized object
1416       *         could not be found

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines