--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/02/05 19:54:06 1.93 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/02/11 15:25:20 1.94 @@ -4715,7 +4715,7 @@ public class ConcurrentHashMapV8 * A view of a ConcurrentHashMapV8 as a {@link Set} of keys, in * which additions may optionally be enabled by mapping to a * common value. This class cannot be directly instantiated. See - * {@link #keySet}, {@link #keySet(Object)}, {@link #newKeySet()}, + * {@link #keySet()}, {@link #keySet(Object)}, {@link #newKeySet()}, * {@link #newKeySet(int)}. */ public static class KeySetView extends CHMView