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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedDeque.java (file contents):
Revision 1.28 by jsr166, Fri Jun 3 02:28:05 2011 UTC vs.
Revision 1.29 by jsr166, Thu Jun 9 07:48:43 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