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.10 by jsr166, Sat Oct 13 22:10:38 2012 UTC vs.
Revision 1.11 by jsr166, Sat Oct 13 22:56:00 2012 UTC

# Line 539 | Line 539 | public class StampedLock implements java
539      }
540  
541      /**
542 <     * If the lock state matches the given stamp, releases
542 >     * If the lock state matches the given stamp, releases the
543       * non-exclusive lock.
544       *
545       * @param stamp a stamp returned by a read-lock operation

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines