--- jsr166/src/test/tck/ScheduledExecutorTest.java 2011/05/27 16:26:29 1.42 +++ jsr166/src/test/tck/ScheduledExecutorTest.java 2011/05/27 19:48:58 1.43 @@ -20,7 +20,6 @@ public class ScheduledExecutorTest exten return new TestSuite(ScheduledExecutorTest.class); } - /** * execute successfully executes a runnable */ @@ -39,7 +38,6 @@ public class ScheduledExecutorTest exten } } - /** * delayed schedule of callable successfully executes after delay */ @@ -176,7 +174,6 @@ public class ScheduledExecutorTest exten joinPool(p); } - /** * execute(null) throws NPE */ @@ -473,7 +470,6 @@ public class ScheduledExecutorTest exten assertTrue(p.isShutdown()); } - /** * isTerminated is false before termination, true after */ @@ -664,7 +660,6 @@ public class ScheduledExecutorTest exten } } - /** * If setExecuteExistingDelayedTasksAfterShutdownPolicy is false, * delayed tasks are cancelled at shutdown @@ -1175,5 +1170,4 @@ public class ScheduledExecutorTest exten } } - }