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

Comparing jsr166/src/main/java/util/Queue.java (file contents):
Revision 1.33 by jsr166, Mon Jul 18 19:18:58 2005 UTC vs.
Revision 1.34 by jsr166, Fri Mar 3 17:18:16 2006 UTC

# Line 126 | Line 126 | public interface Queue<E> extends Collec
126       * @throws ClassCastException if the class of the specified element
127       *         prevents it from being added to this queue
128       * @throws NullPointerException if the specified element is null and
129 <     *         this queue not permit null elements
129 >     *         this queue does not permit null elements
130       * @throws IllegalArgumentException if some property of this element
131       *         prevents it from being added to this queue
132       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines