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.54 by jsr166, Wed Dec 31 09:37:20 2014 UTC vs.
Revision 1.55 by jsr166, Tue Feb 17 18:55:39 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines