--- jsr166/src/main/java/util/ArrayList.java 2005/11/26 04:33:04 1.5 +++ jsr166/src/main/java/util/ArrayList.java 2005/11/26 04:35:16 1.6 @@ -343,7 +343,7 @@ public class ArrayList extends Abstra // Positional Access Operations /** - * Create and return an appropriate exception for indexing errors + * Creates and returns an appropriate exception for indexing errors. */ private static IndexOutOfBoundsException rangeException(int i, int s) { return new IndexOutOfBoundsException("Index: " + i + ", Size: " + s);