--- jsr166/src/extra166y/ParallelLongArray.java 2013/02/05 19:54:06 1.13 +++ jsr166/src/extra166y/ParallelLongArray.java 2013/07/19 19:34:43 1.14 @@ -445,8 +445,8 @@ public class ParallelLongArray extends A * Sorts the array, assuming all elements are Comparable. Unlike * Arrays.sort, this sort does not guarantee that elements * with equal keys maintain their relative position in the array. - * @throws ClassCastException if any element is not Comparable * @return this (to simplify use in expressions) + * @throws ClassCastException if any element is not Comparable */ public ParallelLongArray sort() { super.sort();