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.9 by jsr166, Tue May 17 17:28:26 2005 UTC vs.
Revision 1.10 by jsr166, Wed May 18 01:42:54 2005 UTC

# Line 745 | Line 745 | public class LinkedBlockingDeque<E>
745       * <p>The returned array will be "safe" in that no references to it are
746       * maintained by this deque.  (In other words, this method must allocate
747       * a new array).  The caller is thus free to modify the returned array.
748 <     *
748 >     *
749       * <p>This method acts as bridge between array-based and collection-based
750       * APIs.
751       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines