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

Comparing jsr166/src/jdk7/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.2 by jsr166, Mon Jan 28 21:59:11 2013 UTC vs.
Revision 1.3 by jsr166, Mon Jul 22 18:29:27 2013 UTC

# Line 190 | Line 190 | public class PriorityBlockingQueue<E> ex
190      /**
191       * Creates a {@code PriorityBlockingQueue} containing the elements
192       * in the specified collection.  If the specified collection is a
193 <     * {@link SortedSet} or a {@link PriorityQueue},  this
193 >     * {@link SortedSet} or a {@link PriorityQueue}, this
194       * priority queue will be ordered according to the same ordering.
195       * Otherwise, this priority queue will be ordered according to the
196       * {@linkplain Comparable natural ordering} of its elements.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines