--- jsr166/src/test/tck/ExecutorsTest.java 2010/10/04 05:45:44 1.33 +++ jsr166/src/test/tck/ExecutorsTest.java 2010/10/09 19:30:35 1.34 @@ -220,7 +220,7 @@ public class ExecutorsTest extends JSR16 } /** - * Future.get on submitted tasks will time out if they compute too long. + * Future.get on submitted tasks will time out if they compute too long. */ public void testTimedCallable() throws Exception { final Runnable sleeper = new CheckedInterruptedRunnable() {