--- jsr166/src/main/java/util/Vector.java 2006/04/21 20:49:03 1.12 +++ jsr166/src/main/java/util/Vector.java 2006/05/28 23:36:29 1.13 @@ -43,7 +43,7 @@ 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. *