--- jsr166/src/test/tck/FutureTaskTest.java 2010/09/16 00:52:49 1.20 +++ jsr166/src/test/tck/FutureTaskTest.java 2010/10/09 19:30:35 1.21 @@ -107,7 +107,7 @@ public class FutureTaskTest extends JSR1 } /** - * Cancelling before running succeeds + * Cancelling before running succeeds */ public void testCancelBeforeRun() { FutureTask task = new FutureTask(new NoOpCallable()); @@ -229,8 +229,8 @@ public class FutureTaskTest extends JSR1 } /** - * Cancelling a task causes timed get in another thread to throw - * CancellationException + * Cancelling a task causes timed get in another thread to throw + * CancellationException */ public void testTimedGet_Cancellation() throws InterruptedException { final FutureTask ft =