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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java (file contents):
Revision 1.28 by jsr166, Thu Apr 14 23:05:50 2011 UTC vs.
Revision 1.29 by jsr166, Thu Jun 9 07:48:43 2011 UTC

# Line 891 | Line 891 | public class LinkedBlockingDeque<E>
891       * The following code can be used to dump the deque into a newly
892       * allocated array of {@code String}:
893       *
894 <     * <pre>
895 <     *     String[] y = x.toArray(new String[0]);</pre>
894 >     *  <pre> {@code String[] y = x.toArray(new String[0]);}</pre>
895       *
896       * Note that {@code toArray(new Object[0])} is identical in function to
897       * {@code toArray()}.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines