--- old/src/share/classes/java/util/ArrayList.java 2014-04-18 06:24:39.354942361 -0700 +++ new/src/share/classes/java/util/ArrayList.java 2014-04-18 06:24:39.199941303 -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