--- jsr166/src/main/java/util/ArrayDeque.java 2017/05/06 06:49:45 1.128 +++ jsr166/src/main/java/util/ArrayDeque.java 2017/05/31 19:01:08 1.129 @@ -313,8 +313,7 @@ public class ArrayDeque extends Abstr /** * Adds all of the elements in the specified collection at the end * of this deque, as if by calling {@link #addLast} on each one, - * in the order that they are returned by the collection's - * iterator. + * in the order that they are returned by the collection's iterator. * * @param c the elements to be inserted into this deque * @return {@code true} if this deque changed as a result of the call