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

Comparing jsr166/src/main/java/util/PriorityQueue.java (file contents):
Revision 1.100 by jsr166, Fri Aug 29 21:42:37 2014 UTC vs.
Revision 1.101 by jsr166, Tue Dec 2 05:48:28 2014 UTC

# Line 77 | Line 77 | import java.util.stream.Stream;
77   *
78   * @since 1.5
79   * @author Josh Bloch, Doug Lea
80 < * @param <E> the type of elements held in this collection
80 > * @param <E> the type of elements held in this queue
81   */
82   public class PriorityQueue<E> extends AbstractQueue<E>
83      implements java.io.Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines