--- jsr166/src/jsr166y/ConcurrentLinkedDeque.java 2011/06/01 21:04:30 1.2 +++ jsr166/src/jsr166y/ConcurrentLinkedDeque.java 2011/06/10 18:10:53 1.3 @@ -1221,8 +1221,7 @@ public class ConcurrentLinkedDeque * The following code can be used to dump the deque into a newly * allocated array of {@code String}: * - *
-     *     String[] y = x.toArray(new String[0]);
+ *
 {@code String[] y = x.toArray(new String[0]);}
* * Note that {@code toArray(new Object[0])} is identical in function to * {@code toArray()}.