--- jsr166/src/extra166y/AbstractParallelAnyArray.java 2009/01/06 14:30:57 1.1 +++ jsr166/src/extra166y/AbstractParallelAnyArray.java 2010/09/01 07:24:06 1.4 @@ -118,7 +118,7 @@ public abstract class AbstractParallelAn */ final int getThreshold() { int t = threshold; - if (t == 0) + if (t == 0) t = computeThreshold(); return t; } @@ -2383,7 +2383,7 @@ public abstract class AbstractParallelAn } public ParallelDoubleArrayWithDoubleMapping withMapping - (ObjectToDouble op){ + (ObjectToDouble op) { return new DUDMPap(ex, origin, fence, array, CommonOps.compoundOp(this.op, op)); } @@ -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