--- jsr166/src/extra166y/ParallelDoubleArrayWithBounds.java 2013/01/16 00:51:11 1.6 +++ jsr166/src/extra166y/ParallelDoubleArrayWithBounds.java 2013/07/19 19:34:43 1.7 @@ -114,8 +114,8 @@ public abstract class ParallelDoubleArra * 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 abstract ParallelDoubleArrayWithBounds sort(); }