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.4 by jsr166, Thu Apr 20 17:42:52 2006 UTC vs.
Revision 1.5 by dl, Mon Feb 19 00:24:01 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines