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.29 by jsr166, Mon May 16 04:55:20 2005 UTC vs.
Revision 1.30 by jsr166, Tue May 17 22:04:55 2005 UTC

# Line 135 | Line 135 | public abstract class AbstractQueue<E>
135       * having been successfully added when the associated exception is
136       * thrown.
137       *
138 <     * @param c collection whose elements are to be added to this queue
138 >     * @param c collection containing elements to be added to this queue
139       * @return <tt>true</tt> if this queue changed as a result of the call
140       * @throws ClassCastException if the class of an element of the specified
141       *         collection prevents it from being added to this queue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines