--- jsr166/src/main/java/util/Vector.java 2006/04/20 21:49:36 1.11 +++ jsr166/src/main/java/util/Vector.java 2006/05/28 23:36:29 1.13 @@ -1,5 +1,5 @@ /* - * @(#)Vector.java 1.103 05/12/06 + * %W% %E% * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. @@ -43,13 +43,13 @@ package java.util; * *

As of the Java 2 platform v1.2, this class was retrofitted to * implement the {@link List} interface, making it a member of the - * Java + * Java * Collections Framework. Unlike the new collection * implementations, {@code Vector} is synchronized. * * @author Lee Boynton * @author Jonathan Payne - * @version 1.103, 12/06/05 + * @version %I%, %G% * @see Collection * @see List * @see ArrayList