--- jsr166/src/test/tck/TimeUnitTest.java 2010/09/16 03:57:13 1.16 +++ jsr166/src/test/tck/TimeUnitTest.java 2010/10/09 19:30:35 1.17 @@ -333,8 +333,8 @@ public class TimeUnitTest extends JSR166 /** - * Timed wait without holding lock throws - * IllegalMonitorStateException + * Timed wait without holding lock throws + * IllegalMonitorStateException */ public void testTimedWait_IllegalMonitorException() throws Exception { Thread t = new Thread(new CheckedRunnable() { @@ -395,7 +395,7 @@ public class TimeUnitTest extends JSR166 } /** - * timedSleep throws InterruptedException when interrupted + * timedSleep throws InterruptedException when interrupted */ public void testTimedSleep() throws InterruptedException { Thread t = new Thread(new CheckedInterruptedRunnable() {