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.23 by dl, Sat Sep 13 18:51:10 2003 UTC vs.
Revision 1.24 by dl, Fri Oct 10 23:51:28 2003 UTC

# Line 195 | Line 195 | public class ConcurrentHashMap<K, V> ext
195           * in code comments.
196           */
197  
198 +        private static final long serialVersionUID = 2249069246763182397L;
199 +
200          /**
201           * The number of elements in this segment's region.
202           **/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines