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

Comparing jsr166/src/main/java/util/PriorityQueue.java (file contents):
Revision 1.71 by jsr166, Sun Sep 5 21:32:19 2010 UTC vs.
Revision 1.72 by jsr166, Fri Jun 10 00:20:44 2011 UTC

# Line 434 | Line 434 | public class PriorityQueue<E> extends Ab
434       * The following code can be used to dump the queue into a newly
435       * allocated array of <tt>String</tt>:
436       *
437 <     * <pre>
438 <     *     String[] y = x.toArray(new String[0]);</pre>
437 >     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
438       *
439       * Note that <tt>toArray(new Object[0])</tt> is identical in function to
440       * <tt>toArray()</tt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines