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

Comparing jsr166/src/test/tck/ThreadLocalTest.java (file contents):
Revision 1.15 by jsr166, Wed Dec 31 19:05:43 2014 UTC vs.
Revision 1.16 by jsr166, Wed Dec 31 20:29:13 2014 UTC

# Line 90 | Line 90 | public class ThreadLocalTest extends JSR
90       */
91      public void testGenericITL() throws InterruptedException {
92          final int threadCount = 10;
93 <        final int x[] = new int[threadCount];
93 >        final int[] x = new int[threadCount];
94          Thread progenitor = new ITLThread(x);
95          progenitor.start();
96          progenitor.join();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines