ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/PriorityQueue/PriorityQueueSort.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/PriorityQueue/PriorityQueueSort.java (file contents):
Revision 1.6 by jsr166, Mon Feb 19 05:50:16 2007 UTC vs.
Revision 1.7 by jsr166, Mon May 21 16:44:31 2007 UTC

# Line 1 | Line 1
1   /*
2 * @test %I% %E%
3 * @bug 4486658
4 * @summary Checks that a priority queue returns elements in sorted order across various operations
5 */
6
7 /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4   * http://creativecommons.org/licenses/publicdomain
5   */
6  
7 + /*
8 + * @test %I% %E%
9 + * @bug 4486658
10 + * @summary Checks that a priority queue returns elements in sorted order across various operations
11 + */
12 +
13   import java.util.*;
14  
15   public class PriorityQueueSort {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines