--- jsr166/src/extra166y/ParallelLongArrayWithFilter.java 2011/04/15 15:48:31 1.5 +++ jsr166/src/extra166y/ParallelLongArrayWithFilter.java 2011/12/05 04:08:47 1.6 @@ -30,7 +30,7 @@ public abstract class ParallelLongArrayW * @param op the op * @return this (to simplify use in expressions) */ - public ParallelLongArrayWithFilter replaceWithMapping(LongOp op) { + public ParallelLongArrayWithFilter replaceWithMapping(LongOp op) { ex.invoke(new PAS.FJLTransform (this, origin, fence, null, op)); return this;