--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/10/31 12:49:13 1.75 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/11/09 03:30:03 1.76 @@ -3010,7 +3010,7 @@ public class ConcurrentHashMapV8 /** * Returns a {@link Collection} view of the values contained in this map. * The collection is backed by the map, so changes to the map are - * reflected in the collection, and vice-versa. + * reflected in the collection, and vice-versa. */ public ValuesView values() { ValuesView vs = values; @@ -4247,7 +4247,7 @@ public class ConcurrentHashMapV8 return ForkJoinTasks.reduceKeysToLong (map, transformer, basis, reducer).invoke(); } - + /** * Returns the result of accumulating the given transformation * of all keys using the given reducer to combine values, and @@ -4266,7 +4266,7 @@ public class ConcurrentHashMapV8 return ForkJoinTasks.reduceKeysToInt (map, transformer, basis, reducer).invoke(); } - + } /** @@ -4388,7 +4388,7 @@ public class ConcurrentHashMapV8 return ForkJoinTasks.reduceValues (map, transformer, reducer).invoke(); } - + /** * Returns the result of accumulating the given transformation * of all values using the given reducer to combine values,