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.34 by jsr166, Sun May 28 23:36:29 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 27 | Line 26 | import java.util.*; // for javadoc (till
26   * subclassing {@link AbstractCollection}.
27   *
28   * <p>This class is a member of the
29 < * <a href="{@docRoot}/../guide/collections/index.html">
29 > * <a href="{@docRoot}/../technotes/guides/collections/index.html">
30   * Java Collections Framework</a>.
31   *
32   * @since 1.5
# 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