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

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.103 by jsr166, Thu Aug 8 20:12:10 2013 UTC vs.
Revision 1.104 by jsr166, Tue Dec 2 05:48:29 2014 UTC

# Line 76 | Line 76 | import java.util.function.Consumer;
76   *
77   * @since 1.5
78   * @author Doug Lea
79 < * @param <E> the type of elements held in this collection
79 > * @param <E> the type of elements held in this queue
80   */
81   @SuppressWarnings("unchecked")
82   public class PriorityBlockingQueue<E> extends AbstractQueue<E>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines