--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/07/04 18:34:49 1.110 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/07/19 19:34:43 1.111 @@ -2101,9 +2101,9 @@ public class ConcurrentHashMapV8 * * @param initialCapacity The implementation performs internal * sizing to accommodate this many elements. + * @return the new set * @throws IllegalArgumentException if the initial capacity of * elements is negative - * @return the new set * @since 1.8 */ public static KeySetView newKeySet(int initialCapacity) {