--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/08/30 13:41:59 1.7 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/08/30 13:49:10 1.8 @@ -83,8 +83,8 @@ public class ConcurrentHashMapV8 /** * A function computing a mapping from the given key to a value, - * or null if there is no mapping. This is a - * place-holder for an upcoming JDK8 interface. + * or {@code null} if there is no mapping. This is a place-holder + * for an upcoming JDK8 interface. */ public static interface MappingFunction { /**