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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.91 by jsr166, Sun Jan 18 21:42:53 2015 UTC vs.
Revision 1.92 by jsr166, Tue Feb 17 18:55:39 2015 UTC

# Line 601 | Line 601 | public class LinkedBlockingQueue<E> exte
601       * The following code can be used to dump the queue into a newly
602       * allocated array of {@code String}:
603       *
604 <     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
604 >     * <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
605       *
606       * Note that {@code toArray(new Object[0])} is identical in function to
607       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines