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.60 by jsr166, Sun Jan 4 09:15:11 2015 UTC vs.
Revision 1.61 by jsr166, Tue Feb 17 18:55:39 2015 UTC

# Line 1252 | Line 1252 | public class ConcurrentLinkedDeque<E>
1252       * The following code can be used to dump the deque into a newly
1253       * allocated array of {@code String}:
1254       *
1255 <     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
1255 >     * <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
1256       *
1257       * Note that {@code toArray(new Object[0])} is identical in function to
1258       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines