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.59 by jsr166, Tue Nov 29 08:52:26 2005 UTC vs.
Revision 1.62 by jsr166, Thu Feb 16 08:17:21 2006 UTC

# Line 1 | Line 1
1   /*
2   * %W% %E%
3   *
4 < * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
8   package java.util;
9 import java.util.*; // for javadoc (till 6280605 is fixed)
9  
10   /**
11   * An unbounded priority {@linkplain Queue queue} based on a priority
# Line 56 | Line 55 | import java.util.*; // for javadoc (till
55   * <a href="{@docRoot}/../guide/collections/index.html">
56   * Java Collections Framework</a>.
57   * @since 1.5
58 < * @version 1.8, 08/27/05
58 > * @version %I%, %G%
59   * @author Josh Bloch
60   * @param <E> the type of elements held in this collection
61   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines