diff -r f3678823f231 -r ec84f0c313b0 jdk/src/share/classes/java/util/ArrayList.java --- a/jdk/src/share/classes/java/util/ArrayList.java Mon Jul 15 13:42:35 2013 +0100 +++ b/jdk/src/share/classes/java/util/ArrayList.java Mon Jul 15 14:37:01 2013 -0700 @@ -70,9 +70,9 @@ * unsynchronized access to the list:
* List list = Collections.synchronizedList(new ArrayList(...));* - *
* 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 list 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