--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/02/11 15:25:20 1.94 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/02/11 17:35:59 1.95 @@ -4834,7 +4834,7 @@ public class ConcurrentHashMapV8 /** * A view of a ConcurrentHashMapV8 as a {@link Set} of (key, value) * entries. This class cannot be directly instantiated. See - * {@link #entrySet}. + * {@link #entrySet()}. */ public static final class EntrySetView extends CHMView implements Set> {