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.9 by tim, Wed Aug 6 15:48:14 2003 UTC vs.
Revision 1.10 by dl, Wed Aug 6 16:08:49 2003 UTC

# Line 39 | Line 39 | public class DelayQueue<E extends Delaye
39       * @throws NullPointerException if <tt>c</tt> or any element within it
40       * is <tt>null</tt>
41       *
42     * @fixme Should the body be wrapped with try-lock-finally-unlock?
42       */
43      public DelayQueue(Collection<? extends E> c) {
44          this.addAll(c);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines