--- jsr166/src/extra166y/AbstractParallelAnyArray.java 2009/07/22 20:55:22 1.3 +++ jsr166/src/extra166y/AbstractParallelAnyArray.java 2010/09/01 07:24:06 1.4 @@ -4893,8 +4893,8 @@ public abstract class AbstractParallelAn } public ParallelDoubleArrayWithLongMapping withMapping(DoubleToLong op) { - return new DFLCPap (ex, origin, fence, array, selector, - compoundIndexedOp(this.op, op)); + return new DFLCPap(ex, origin, fence, array, selector, + compoundIndexedOp(this.op, op)); } public ParallelDoubleArrayWithMapping< U> withMapping @@ -5131,8 +5131,8 @@ public abstract class AbstractParallelAn } public ParallelDoubleArrayWithLongMapping withMapping(DoubleToLong op) { - return new DRLCPap (ex, origin, fence, array, selector, - compoundIndexedOp(this.op, op)); + return new DRLCPap(ex, origin, fence, array, selector, + compoundIndexedOp(this.op, op)); } public ParallelDoubleArrayWithMapping< U> withMapping