--- jsr166/src/extra166y/CustomConcurrentHashMap.java 2009/11/02 11:47:36 1.7 +++ jsr166/src/extra166y/CustomConcurrentHashMap.java 2009/11/22 18:58:57 1.8 @@ -537,7 +537,7 @@ public class CustomConcurrentHashMap MAX_SEGMENT_CAPACITY) - capacity = MAX_SEGMENT_CAPACITY; + capacity = MAX_SEGMENT_CAPACITY; this.initialSegmentCapacity = capacity; } this.segments = (Segment[])new Segment[NSEGMENTS];