--- jsr166/src/main/java/util/Vector.java 2018/05/23 05:24:05 1.52 +++ jsr166/src/main/java/util/Vector.java 2018/10/01 00:10:53 1.53 @@ -73,7 +73,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