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

Comparing jsr166/src/main/java/util/AbstractQueue.java (file contents):
Revision 1.21 by dl, Sun Oct 19 13:38:29 2003 UTC vs.
Revision 1.22 by dl, Mon Nov 10 17:31:18 2003 UTC

# Line 121 | Line 121 | public abstract class AbstractQueue<E>
121       * @param c collection whose elements are to be added to this collection.
122       * @return <tt>true</tt> if this collection changed as a result of the
123       *         call.
124 <     * @throws NullPointerException if the specified collection, or
124 >     * @throws NullPointerException if the specified collection or
125       * any of its elements are null.
126       * @throws IllegalArgumentException if c is this queue.
127       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines