--- jsr166/src/main/java/util/ArrayDeque.java 2014/12/31 09:37:19 1.62 +++ jsr166/src/main/java/util/ArrayDeque.java 2015/02/17 18:55:39 1.63 @@ -746,7 +746,7 @@ public class ArrayDeque extends Abstr * The following code can be used to dump the deque into a newly * allocated array of {@code String}: * - *
 {@code 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()}.