--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/10/02 22:01:06 1.27 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/10/02 22:04:49 1.28 @@ -1678,7 +1678,7 @@ public class ConcurrentHashMapV8 * final String msg = ...; * map.compute(key, new RemappingFunction() { * public String remap(Key k, String v) { - * return (v == null) ? msg : v + msg;});} + * return (v == null) ? msg : v + msg;});}} * * @param key key with which the specified value is to be associated * @param remappingFunction the function to compute a value