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.14 by dl, Wed Aug 6 11:11:49 2003 UTC vs.
Revision 1.15 by tim, Wed Aug 6 18:22:09 2003 UTC

# Line 523 | Line 523 | public class ConcurrentHashMap<K, V> ext
523  
524      /**
525       * Constructs a new, empty map with a default initial capacity,
526 <     * load factor, and number of segments
526 >     * load factor, and number of segments.
527       */
528      public ConcurrentHashMap() {
529          this(DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_SEGMENTS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines