--- old/src/share/classes/java/util/Vector.java 2014-04-18 06:24:41.872959565 -0700 +++ new/src/share/classes/java/util/Vector.java 2014-04-18 06:24:41.719958520 -0700 @@ -45,9 +45,9 @@ * capacity of a vector before inserting a large number of * components; this reduces the amount of incremental reallocation. * - *

+ *

* The iterators returned by this class's {@link #iterator() iterator} and - * {@link #listIterator(int) listIterator} methods are fail-fast: + * {@link #listIterator(int) listIterator} methods are fail-fast: * if the vector is structurally modified at any time after the iterator is * created, in any way except through the iterator's own * {@link ListIterator#remove() remove} or