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

Comparing jsr166/src/jsr166e/SequenceLock.java (file contents):
Revision 1.11 by jsr166, Mon Aug 1 06:19:47 2011 UTC vs.
Revision 1.12 by jsr166, Mon Aug 1 06:21:37 2011 UTC

# Line 35 | Line 35 | import java.io.IOException;
35   * <p>Except for the lack of support for specified fairness policies,
36   * or {@link Condition} objects, a SequenceLock can be used in the
37   * same way as {@link ReentrantLock}. It provides similar status and
38 < * monitoring methods such as {@link #isHeldByCurrentThread}.
38 > * monitoring methods, such as {@link #isHeldByCurrentThread}.
39   * SequenceLocks may be preferable in contexts in which multiple
40   * threads invoke short read-only methods much more frequently than
41   * fully locked methods.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines