--- jsr166/src/jsr166e/extra/SequenceLock.java 2012/10/12 14:09:35 1.1 +++ jsr166/src/jsr166e/extra/SequenceLock.java 2012/10/21 06:14:11 1.2 @@ -483,7 +483,6 @@ public class SequenceLock implements Loc * the lock could be acquired * @throws InterruptedException if the current thread is interrupted * @throws NullPointerException if the time unit is null - * */ public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException {