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

Comparing jsr166/src/jsr166e/StampedLock.java (file contents):
Revision 1.4 by jsr166, Fri Oct 12 16:48:15 2012 UTC vs.
Revision 1.5 by jsr166, Fri Oct 12 16:53:10 2012 UTC

# Line 329 | Line 329 | public class StampedLock implements java
329  
330      /**
331       * Exclusively acquires the lock if it is available within the
332 <     * given time and the current thread has not been interrupted
332 >     * given time and the current thread has not been interrupted.
333       *
334       * @return a stamp that can be used to unlock or convert mode,
335       * or zero if the lock is not available
# Line 419 | Line 419 | public class StampedLock implements java
419  
420      /**
421       * Non-exclusively acquires the lock if it is available within the
422 <     * given time and the current thread has not been interrupted
422 >     * given time and the current thread has not been interrupted.
423       *
424       * @return a stamp that can be used to unlock or convert mode,
425       * or zero if the lock is not available

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines