--- jsr166/src/extra166y/ParallelDoubleArray.java 2013/02/05 17:49:18 1.10 +++ jsr166/src/extra166y/ParallelDoubleArray.java 2013/02/05 19:54:06 1.11 @@ -248,7 +248,7 @@ public class ParallelDoubleArray extends * @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 ParallelDoubleArray replaceWithMapping (BinaryDoubleOp combiner, ParallelDoubleArrayWithDoubleMapping other) { @@ -263,7 +263,7 @@ public class ParallelDoubleArray extends * @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 ParallelDoubleArray replaceWithMapping(BinaryDoubleOp combiner, double[] other) {