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.79 by jsr166, Mon Jun 6 00:47:21 2011 UTC vs.
Revision 1.80 by jsr166, Thu Jun 9 07:48:43 2011 UTC

# Line 522 | Line 522 | public class ArrayBlockingQueue<E> exten
522       * The following code can be used to dump the queue into a newly
523       * allocated array of {@code String}:
524       *
525 <     * <pre>
526 <     *     String[] y = x.toArray(new String[0]);</pre>
525 >     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
526       *
527       * Note that {@code toArray(new Object[0])} is identical in function to
528       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines