--- jsr166/src/extra166y/ParallelLongArray.java 2013/02/05 17:49:18 1.12 +++ jsr166/src/extra166y/ParallelLongArray.java 2013/02/05 19:54:06 1.13 @@ -302,7 +302,7 @@ public class ParallelLongArray extends A * @param combiner the combiner * @return this (to simplify use in expressions) * @throws ArrayIndexOutOfBoundsException if other array has - * fewer elements than this array. + * fewer elements than this array */ public ParallelLongArray replaceWithMapping(BinaryLongOp combiner, long[] other) {