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.31 by jsr166, Mon Jul 18 19:14:17 2005 UTC vs.
Revision 1.33 by jsr166, Fri Mar 3 17:15:06 2006 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util;
8 import java.util.*; // for javadoc (till 6280605 is fixed)
8  
9   /**
10   * This class provides skeletal implementations of some {@link Queue}
# Line 60 | 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