ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/PriorityQueueTest.java
(Generate patch)

Comparing jsr166/src/test/tck/PriorityQueueTest.java (file contents):
Revision 1.24 by jsr166, Tue Feb 21 01:54:04 2012 UTC vs.
Revision 1.25 by jsr166, Tue Feb 21 02:04:17 2012 UTC

# Line 30 | Line 30 | public class PriorityQueueTest extends J
30      }
31  
32      /**
33 <     * Creates a queue of given size containing consecutive
33 >     * Returns a new queue of given size containing consecutive
34       * Integers 0 ... n.
35       */
36      private PriorityQueue<Integer> populatedQueue(int n) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines