--- jsr166/src/extra166y/ParallelArray.java 2011/03/15 19:47:02 1.2 +++ jsr166/src/extra166y/ParallelArray.java 2011/12/05 04:08:47 1.3 @@ -663,7 +663,7 @@ public class ParallelArray extends Ab * @param other the elements to add * @return this (to simplify use in expressions) */ - public ParallelArray addAll(T[] other) { + public ParallelArray addAll(T[] other) { int csize = other.length; int end = fence; insertSlotsAt(end, csize);