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.32 by jsr166, Tue Feb 7 20:54:24 2006 UTC vs.
Revision 1.33 by jsr166, Fri Mar 3 17:15:06 2006 UTC

# Line 59 | Line 59 | public abstract class AbstractQueue<E>
59       * @throws ClassCastException if the class of the specified element
60       *         prevents it from being added to this queue
61       * @throws NullPointerException if the specified element is null and
62 <     *         this queue not permit null elements
62 >     *         this queue does not permit null elements
63       * @throws IllegalArgumentException if some property of this element
64       *         prevents it from being added to this queue
65       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines