--- jsr166/src/extra166y/ParallelDoubleArray.java 2009/01/06 14:30:58 1.1 +++ jsr166/src/extra166y/ParallelDoubleArray.java 2011/12/05 04:08:47 1.3 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ */ package extra166y; @@ -191,7 +191,7 @@ public class ParallelDoubleArray extends * @param op the op * @return this (to simplify use in expressions) */ - public ParallelDoubleArray replaceWithMapping(DoubleOp op) { + public ParallelDoubleArray replaceWithMapping(DoubleOp op) { super.replaceWithMapping(op); return this; }