--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/07/04 20:10:00 1.42 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/07/04 20:21:02 1.43 @@ -105,7 +105,7 @@ public class ConcurrentHashMapV8 */ public static interface MappingFunction { /** - * Returns a value for the given key, or null if there is no mapping + * Returns a value for the given key, or null if there is no mapping. * * @param key the (non-null) key * @return a value for the key, or null if none