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.10 by dl, Wed Aug 6 16:08:49 2003 UTC vs.
Revision 1.11 by tim, Wed Aug 6 18:22:09 2003 UTC

# Line 78 | Line 78 | public class DelayQueue<E extends Delaye
78       * Adds the specified element to this priority queue. As the queue is
79       * unbounded this method will never block.
80       * @param o {@inheritDoc}
81 <     * @param timeout This parameter is ignored as the method never blocks
81 >     * @param time This parameter is ignored as the method never blocks
82       * @param unit This parameter is ignored as the method never blocks
83       * @throws NullPointerException {@inheritDoc}
84       * @return <tt>true</tt>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines