--- jsr166/src/main/java/util/Vector.java 2017/02/01 20:13:47 1.45 +++ jsr166/src/main/java/util/Vector.java 2017/05/06 06:49:46 1.46 @@ -70,7 +70,7 @@ import java.util.function.UnaryOperator; * *

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 Collections Framework. Unlike the new collection * implementations, {@code Vector} is synchronized. If a thread-safe * implementation is not needed, it is recommended to use {@link