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.1 by dl, Wed Aug 27 13:42:53 2003 UTC vs.
Revision 1.2 by jsr166, Mon Sep 1 04:28:03 2003 UTC

# Line 1 | Line 1
1   /*
2 < * @test
3 < * @synopsis Checks that a priority queue returns elements in sorted order across various operations
2 > * @test %I% %E%
3 > * @bug 4486658
4 > * @summary Checks that a priority queue returns elements in sorted order across various operations
5 > *
6 > * @compile -source 1.5 PriorityQueueSort.java
7 > * @run main PriorityQueueSort
8   */
9  
10   import java.util.*;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines