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.73 by dl, Tue May 31 14:02:47 2005 UTC vs.
Revision 1.74 by jsr166, Wed Jun 8 01:44:14 2005 UTC

# Line 270 | Line 270 | public class ConcurrentHashMap<K, V> ext
270          transient int threshold;
271  
272          /**
273 <         *  The per-segment table.
273 >         * The per-segment table.
274           */
275          transient volatile HashEntry<K,V>[] table;
276  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines