ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/ArrayList.java
(Generate patch)

Comparing jsr166/src/main/java/util/ArrayList.java (file contents):
Revision 1.5 by jsr166, Sat Nov 26 04:33:04 2005 UTC vs.
Revision 1.6 by jsr166, Sat Nov 26 04:35:16 2005 UTC

# Line 343 | Line 343 | public class ArrayList<E> extends Abstra
343      // Positional Access Operations
344  
345      /**
346 <     * Create and return an appropriate exception for indexing errors
346 >     * Creates and returns an appropriate exception for indexing errors.
347       */
348      private static IndexOutOfBoundsException rangeException(int i, int s) {
349          return new IndexOutOfBoundsException("Index: " + i + ", Size: " + s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines