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.15 by dl, Sat Sep 13 18:51:11 2003 UTC vs.
Revision 1.16 by dl, Mon Sep 15 12:02:46 2003 UTC

# Line 47 | Line 47 | public class DelayQueue<E extends Delaye
47      }
48  
49      /**
50 <     * Inserts the specified element to this delay queue.
50 >     * Inserts the specified element into this delay queue.
51       *
52       * @param o the element to add
53       * @return <tt>true</tt>
# Line 78 | Line 78 | public class DelayQueue<E extends Delaye
78      }
79  
80      /**
81 <     * Adds the specified element to this delay queue. As the queue is
81 >     * Inserts the specified element into this delay queue. As the queue is
82       * unbounded this method will never block.
83       * @param o the element to add
84       * @param timeout This parameter is ignored as the method never blocks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines