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.16 by dl, Sat Sep 13 18:51:06 2003 UTC vs.
Revision 1.17 by dl, Sat Sep 13 22:28:58 2003 UTC

# Line 43 | Line 43 | public abstract class AbstractQueue<E>
43       * Adds the specified element to this queue. This implementation
44       * returns <tt>true</tt> if <tt>offer</tt> succeeds, else
45       * throws an IllegalStateException.
46 <     * th
46 >     *
47       * @param o the element
48       * @return <tt>true</tt> (as per the general contract of
49       *         <tt>Collection.add</tt>).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines