--- jsr166/src/extra166y/ParallelArray.java 2013/02/05 17:49:18 1.12 +++ jsr166/src/extra166y/ParallelArray.java 2013/02/15 22:27:11 1.13 @@ -755,7 +755,7 @@ public class ParallelArray extends Ab * @param op the op * @return operation prefix */ - public ParallelArrayWithMapping withMapping + public ParallelArrayWithMapping withMapping (Op op) { return super.withMapping(op); }