--- jsr166/src/main/java/util/PriorityQueue.java 2005/11/29 08:52:26 1.59 +++ jsr166/src/main/java/util/PriorityQueue.java 2006/02/16 08:17:21 1.62 @@ -1,12 +1,11 @@ /* * %W% %E% * - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.util; -import java.util.*; // for javadoc (till 6280605 is fixed) /** * An unbounded priority {@linkplain Queue queue} based on a priority @@ -56,7 +55,7 @@ import java.util.*; // for javadoc (till * * Java Collections Framework. * @since 1.5 - * @version 1.8, 08/27/05 + * @version %I%, %G% * @author Josh Bloch * @param the type of elements held in this collection */