--- jsr166/src/jsr166e/extra/SequenceLock.java 2012/10/21 06:14:11 1.2 +++ jsr166/src/jsr166e/extra/SequenceLock.java 2012/11/18 18:03:10 1.3 @@ -40,7 +40,7 @@ import java.io.IOException; * threads invoke short read-only methods much more frequently than * fully locked methods. * - *

Methods {@code awaitAvailability} and {@code getSequence} can + *

Methods {@code awaitAvailability} and {@code getSequence} can * be used together to define (partially) optimistic read-only methods * that are usually more efficient than ReadWriteLocks when they * apply. These methods should in general be structured as loops that