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

Comparing jsr166/src/main/java/util/concurrent/DelayQueue.java (file contents):
Revision 1.37 by jsr166, Mon Jul 18 00:25:25 2005 UTC vs.
Revision 1.38 by jsr166, Mon Jul 18 19:14:17 2005 UTC

# Line 66 | Line 66 | public class DelayQueue<E extends Delaye
66       * Inserts the specified element into this delay queue.
67       *
68       * @param e the element to add
69 <     * @return <tt>true</tt> (as per the spec for {@link Collection#add})
69 >     * @return <tt>true</tt> (as specified by {@link Collection#add})
70       * @throws NullPointerException if the specified element is null
71       */
72      public boolean add(E e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines