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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArraySet.java (file contents):
Revision 1.39 by jsr166, Mon Jun 6 05:37:29 2011 UTC vs.
Revision 1.40 by jsr166, Thu Jun 9 07:48:43 2011 UTC

# Line 160 | Line 160 | public class CopyOnWriteArraySet<E> exte
160       * The following code can be used to dump the set into a newly allocated
161       * array of <tt>String</tt>:
162       *
163 <     * <pre>
164 <     *     String[] y = x.toArray(new String[0]);</pre>
163 >     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
164       *
165       * Note that <tt>toArray(new Object[0])</tt> is identical in function to
166       * <tt>toArray()</tt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines