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.30 by jsr166, Sun Sep 5 21:32:19 2010 UTC vs.
Revision 1.31 by jsr166, Tue Sep 21 17:00:45 2010 UTC

# Line 120 | Line 120 | public class ArrayList<E> extends Abstra
120      /**
121       * Constructs an empty list with the specified initial capacity.
122       *
123 <     * @param   initialCapacity   the initial capacity of the list
124 <     * @exception IllegalArgumentException if the specified initial capacity
125 <     *            is negative
123 >     * @param  initialCapacity  the initial capacity of the list
124 >     * @throws IllegalArgumentException if the specified initial capacity
125 >     *         is negative
126       */
127      public ArrayList(int initialCapacity) {
128          super();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines