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.12 by dholmes, Wed Aug 6 01:57:53 2003 UTC vs.
Revision 1.13 by dl, Wed Aug 6 10:27:19 2003 UTC

# Line 27 | Line 27 | public abstract class AbstractQueue<E>
27      // so we redefine each optional method to document that it is not optional
28      // We also inherit, or define, all necessary @throws comments
29  
30 <    /**
31 <     * @throws NullPointerException if the specified element is <tt>null</tt>
32 <     */
33 <    public abstract boolean offer(E o);
30 >    //    /**
31 >    //     * @throws NullPointerException if the specified element is <tt>null</tt>
32 >    //     */
33 >    //    public abstract boolean offer(E o);
34  
35      /**
36       * Adds the specified element to this queue.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines