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.8 by jsr166, Wed Aug 5 00:40:11 2009 UTC vs.
Revision 1.9 by jsr166, Sat Nov 21 02:07:27 2009 UTC

# Line 11 | Line 11 | import java.util.concurrent.Semaphore;
11  
12   public class ThreadLocalTest extends JSR166TestCase {
13      public static void main(String[] args) {
14 <        junit.textui.TestRunner.run(suite());
14 >        junit.textui.TestRunner.run(suite());
15      }
16  
17      public static Test suite() {
18 <        return new TestSuite(ThreadLocalTest.class);
18 >        return new TestSuite(ThreadLocalTest.class);
19      }
20  
21      static ThreadLocal<Integer> tl = new ThreadLocal<Integer>() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines