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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.114 by jsr166, Sun Jan 18 18:15:57 2015 UTC vs.
Revision 1.115 by jsr166, Tue Feb 17 18:55:39 2015 UTC

# Line 578 | Line 578 | public class ConcurrentLinkedQueue<E> ex
578       * The following code can be used to dump the queue into a newly
579       * allocated array of {@code String}:
580       *
581 <     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
581 >     * <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
582       *
583       * Note that {@code toArray(new Object[0])} is identical in function to
584       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines