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.90 by jsr166, Mon Feb 18 01:30:23 2013 UTC vs.
Revision 1.91 by jsr166, Mon Feb 18 03:10:15 2013 UTC

# Line 805 | Line 805 | public class PriorityQueue<E> extends Ab
805          private int fence;            // -1 until first use
806          private int expectedModCount; // initialized when fence set
807  
808 <        /** Create new spliterator covering the given  range */
808 >        /** Creates new spliterator covering the given  range */
809          PriorityQueueSpliterator(PriorityQueue<E> pq, int origin, int fence,
810                               int expectedModCount) {
811              this.pq = pq;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines