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.98 by jsr166, Thu Jul 18 18:21:22 2013 UTC vs.
Revision 1.99 by jsr166, Mon Jul 22 18:29:27 2013 UTC

# Line 202 | Line 202 | public class PriorityBlockingQueue<E> ex
202      /**
203       * Creates a {@code PriorityBlockingQueue} containing the elements
204       * in the specified collection.  If the specified collection is a
205 <     * {@link SortedSet} or a {@link PriorityQueue},  this
205 >     * {@link SortedSet} or a {@link PriorityQueue}, this
206       * priority queue will be ordered according to the same ordering.
207       * Otherwise, this priority queue will be ordered according to the
208       * {@linkplain Comparable natural ordering} of its elements.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines