--- jsr166/src/main/java/util/PriorityQueue.java 2006/03/19 01:00:40 1.64 +++ jsr166/src/main/java/util/PriorityQueue.java 2007/01/07 07:38:27 1.66 @@ -1,7 +1,7 @@ /* * %W% %E% * - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ @@ -52,7 +52,7 @@ package java.util; * ({@code peek}, {@code element}, and {@code size}). * *

This class is a member of the - * + * * Java Collections Framework. * * @since 1.5