--- jsr166/src/extra166y/AbstractParallelAnyArray.java 2012/02/21 01:54:03 1.10 +++ jsr166/src/extra166y/AbstractParallelAnyArray.java 2012/12/29 23:55:19 1.11 @@ -82,7 +82,7 @@ public abstract class AbstractParallelAn /** * Returns the index of some element matching bound and filter * constraints, or -1 if none. - * @return index of matching element, or -1 if none. + * @return index of matching element, or -1 if none */ public int anyIndex() { if (!hasFilter()) @@ -95,7 +95,7 @@ public abstract class AbstractParallelAn } /** - * Returns true if there are no elements + * Returns true if there are no elements. * @return true if there are no elements */ public boolean isEmpty() {