ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/SequenceLock.java
(Generate patch)

Comparing jsr166/src/jsr166e/extra/SequenceLock.java (file contents):
Revision 1.1 by dl, Fri Oct 12 14:09:35 2012 UTC vs.
Revision 1.2 by jsr166, Sun Oct 21 06:14:11 2012 UTC

# Line 483 | Line 483 | public class SequenceLock implements Loc
483       *         the lock could be acquired
484       * @throws InterruptedException if the current thread is interrupted
485       * @throws NullPointerException if the time unit is null
486     *
486       */
487      public boolean tryLock(long timeout, TimeUnit unit)
488          throws InterruptedException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines