--- jsr166/src/jsr166e/StampedLock.java 2012/10/12 16:48:15 1.4 +++ jsr166/src/jsr166e/StampedLock.java 2012/10/12 16:53:10 1.5 @@ -329,7 +329,7 @@ public class StampedLock implements java /** * Exclusively acquires the lock if it is available within the - * given time and the current thread has not been interrupted + * given time and the current thread has not been interrupted. * * @return a stamp that can be used to unlock or convert mode, * or zero if the lock is not available @@ -419,7 +419,7 @@ public class StampedLock implements java /** * Non-exclusively acquires the lock if it is available within the - * given time and the current thread has not been interrupted + * given time and the current thread has not been interrupted. * * @return a stamp that can be used to unlock or convert mode, * or zero if the lock is not available