ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ConcurrentLinkedDeque.java
(Generate patch)

Comparing jsr166/src/jsr166y/ConcurrentLinkedDeque.java (file contents):
Revision 1.2 by jsr166, Wed Jun 1 21:04:30 2011 UTC vs.
Revision 1.3 by jsr166, Fri Jun 10 18:10:53 2011 UTC

# Line 1221 | Line 1221 | public class ConcurrentLinkedDeque<E>
1221       * The following code can be used to dump the deque into a newly
1222       * allocated array of {@code String}:
1223       *
1224 <     * <pre>
1225 <     *     String[] y = x.toArray(new String[0]);</pre>
1224 >     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
1225       *
1226       * Note that {@code toArray(new Object[0])} is identical in function to
1227       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines