--- jsr166/src/extra166y/ParallelDoubleArrayWithBounds.java 2012/07/04 20:13:53 1.3 +++ jsr166/src/extra166y/ParallelDoubleArrayWithBounds.java 2012/12/29 23:55:19 1.4 @@ -114,7 +114,7 @@ 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. + * @throws ClassCastException if any element is not Comparable * @return this (to simplify use in expressions) */ public abstract ParallelDoubleArrayWithBounds sort();