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

Comparing jsr166/src/test/tck/AtomicReferenceArrayTest.java (file contents):
Revision 1.26 by jsr166, Wed Aug 10 07:14:48 2011 UTC vs.
Revision 1.27 by jsr166, Mon Apr 1 21:03:58 2013 UTC

# Line 51 | Line 51 | public class AtomicReferenceArrayTest ex
51      }
52  
53      /**
54 <     * Initialize AtomicReference<Class> with SubClass[]
54 >     * Initialize AtomicReferenceArray<Class> with SubClass[]
55       */
56      public void testConstructorSubClassArray() {
57          Integer[] a = { two, one, three, four, seven };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines