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

Comparing jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java (file contents):
Revision 1.116 by jsr166, Sun Feb 15 17:43:06 2015 UTC vs.
Revision 1.117 by jsr166, Tue Feb 17 18:55:39 2015 UTC

# Line 560 | Line 560 | public class ArrayBlockingQueue<E> exten
560       * The following code can be used to dump the queue into a newly
561       * allocated array of {@code String}:
562       *
563 <     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
563 >     * <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
564       *
565       * Note that {@code toArray(new Object[0])} is identical in function to
566       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines