--- jsr166/src/extra166y/ParallelArrayWithBounds.java 2012/07/04 20:13:53 1.3 +++ jsr166/src/extra166y/ParallelArrayWithBounds.java 2012/12/29 23:55:19 1.4 @@ -102,7 +102,7 @@ public abstract class ParallelArrayWithB * guarantee that elements with equal keys maintain their relative * position in the array. * @return this (to simplify use in expressions) - * @throws ClassCastException if any element is not Comparable. + * @throws ClassCastException if any element is not Comparable */ public abstract ParallelArrayWithBounds sort(); }