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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentLinkedDeque.java (file contents):
Revision 1.1 by dl, Sun Dec 16 20:55:15 2012 UTC vs.
Revision 1.2 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