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.107 by jsr166, Sun Sep 20 16:20:21 2015 UTC vs.
Revision 1.108 by jsr166, Sun Oct 11 00:50:06 2015 UTC

# Line 826 | Line 826 | public class PriorityQueue<E> extends Ab
826          private int fence;            // -1 until first use
827          private int expectedModCount; // initialized when fence set
828  
829 <        /** Creates new spliterator covering the given range */
829 >        /** Creates new spliterator covering the given range. */
830          PriorityQueueSpliterator(PriorityQueue<E> pq, int origin, int fence,
831                                   int expectedModCount) {
832              this.pq = pq;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines