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.66 by jsr166, Fri Apr 11 21:15:44 2014 UTC vs.
Revision 1.67 by jsr166, Tue Dec 2 05:48:28 2014 UTC

# Line 36 | Line 36 | import java.util.*;
36   *
37   * @since 1.5
38   * @author Doug Lea
39 < * @param <E> the type of elements held in this collection
39 > * @param <E> the type of elements held in this queue
40   */
41   public class DelayQueue<E extends Delayed> extends AbstractQueue<E>
42      implements BlockingQueue<E> {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines