--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/07/06 21:37:40 1.47 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/07/06 21:39:18 1.48 @@ -2199,7 +2199,7 @@ public class ConcurrentHashMapV8 } /** - * Advances next; returns nextVal or null if terminated + * Advances next; returns nextVal or null if terminated. * See above for explanation. */ final Object advance() { @@ -2249,7 +2249,7 @@ public class ConcurrentHashMapV8 /* ---------------- Public operations -------------- */ /** - * Creates a new, empty map with the default initial table size (16), + * Creates a new, empty map with the default initial table size (16). */ public ConcurrentHashMapV8() { this.counter = new LongAdder();