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

Comparing jsr166/src/jsr166y/ConcurrentLinkedDeque.java (file contents):
Revision 1.5 by jsr166, Wed Jan 9 02:51:37 2013 UTC vs.
Revision 1.6 by jsr166, Sun Jan 13 18:03:32 2013 UTC

# Line 787 | Line 787 | public class ConcurrentLinkedDeque<E>
787       * Creates an array list and fills it with elements of this list.
788       * Used by toArray.
789       *
790 <     * @return the arrayList
790 >     * @return the array list
791       */
792      private ArrayList<E> toArrayList() {
793          ArrayList<E> list = new ArrayList<E>();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines