--- jsr166/src/main/java/util/ArrayDeque.java 2005/03/08 12:27:06 1.2 +++ jsr166/src/main/java/util/ArrayDeque.java 2005/03/08 17:52:02 1.3 @@ -520,7 +520,7 @@ public class ArrayDeque extends Abstr * adjusting head, tail, and size as necessary. This can result in * motion of elements backwards or forwards in the array. * - *

This method is called delete rather than remove to emphasize the + *

This method is called delete rather than remove to emphasize * that its semantics differ from those of List.remove(int). * * @return true if elements moved backwards