--- jsr166/src/test/tck/SemaphoreTest.java 2009/11/21 02:07:27 1.20 +++ jsr166/src/test/tck/SemaphoreTest.java 2009/11/21 17:38:05 1.21 @@ -49,8 +49,7 @@ public class SemaphoreTest extends JSR16 /** - * A runnable calling acquire that expects to be - * interrupted + * A runnable calling acquire that expects to be interrupted */ class InterruptedLockRunnable extends CheckedInterruptedRunnable { final Semaphore lock;