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.12 by jsr166, Sat Oct 13 23:05:13 2012 UTC vs.
Revision 1.13 by jsr166, Sun Oct 14 00:50:18 2012 UTC

# Line 334 | Line 334 | public class StampedLock implements java
334       * Exclusively acquires the lock if it is immediately available.
335       *
336       * @return a stamp that can be used to unlock or convert mode,
337 <     * or zero if the lock is not available.
337 >     * or zero if the lock is not available
338       */
339      public long tryWriteLock() {
340          long s, next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines