--- jsr166/src/main/java/util/ArrayDeque.java 2005/05/17 16:14:34 1.12 +++ jsr166/src/main/java/util/ArrayDeque.java 2005/05/18 00:46:42 1.13 @@ -650,7 +650,7 @@ public class ArrayDeque extends Abstr *

The returned array will be "safe" in that no references to it are * maintained by this deque. (In other words, this method must allocate * a new array). The caller is thus free to modify the returned array. - * + * *

This method acts as bridge between array-based and collection-based * APIs. *