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.41 by jsr166, Sun Sep 13 16:28:14 2015 UTC vs.
Revision 1.42 by jsr166, Tue Jun 28 14:52:19 2016 UTC

# Line 1277 | Line 1277 | public class StampedLock implements java
1277       * AbstractQueuedSynchronizer (see its detailed explanation in AQS
1278       * internal documentation).
1279       *
1280 <     * @param node if nonnull, the waiter
1280 >     * @param node if non-null, the waiter
1281       * @param group either node or the group node is cowaiting with
1282       * @param interrupted if already interrupted
1283       * @return INTERRUPTED if interrupted or Thread.interrupted, else zero

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines