--- jsr166/src/test/tck/ExchangerTest.java 2003/12/27 19:26:43 1.5 +++ jsr166/src/test/tck/ExchangerTest.java 2009/11/02 20:28:31 1.6 @@ -2,8 +2,8 @@ * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at * http://creativecommons.org/licenses/publicdomain - * Other contributors include Andrew Wright, Jeffrey Hayes, - * Pat Fisher, Mike Judd. + * Other contributors include Andrew Wright, Jeffrey Hayes, + * Pat Fisher, Mike Judd. */ import junit.framework.*; @@ -11,9 +11,9 @@ import java.util.*; import java.util.concurrent.*; public class ExchangerTest extends JSR166TestCase { - + public static void main(String[] args) { - junit.textui.TestRunner.run (suite()); + junit.textui.TestRunner.run (suite()); } public static Test suite() { return new TestSuite(ExchangerTest.class);