--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/06/19 17:11:57 1.106 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/06/26 10:56:10 1.107 @@ -3498,10 +3498,10 @@ public class ConcurrentHashMapV8 * of all (key, value) pairs * @since 1.8 */ - public double reduceToDoubleIn(long parallelismThreshold, - ObjectByObjectToDouble transformer, - double basis, - DoubleByDoubleToDouble reducer) { + public double reduceToDouble(long parallelismThreshold, + ObjectByObjectToDouble transformer, + double basis, + DoubleByDoubleToDouble reducer) { if (transformer == null || reducer == null) throw new NullPointerException(); return new MapReduceMappingsToDoubleTask