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.16 by jsr166, Sun Oct 14 20:00:48 2012 UTC vs.
Revision 1.17 by jsr166, Mon Oct 15 04:32:41 2012 UTC

# Line 310 | Line 310 | public class StampedLock implements java
310      private transient int readerOverflow;
311  
312      /**
313 <     * Creates a new lock initially in unlocked state.
313 >     * Creates a new lock, initially in unlocked state.
314       */
315      public StampedLock() {
316          state = ORIGIN;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines