--- jsr166/src/jsr166e/StampedLock.java 2015/09/13 16:28:14 1.41 +++ jsr166/src/jsr166e/StampedLock.java 2016/06/28 14:52:19 1.42 @@ -1277,7 +1277,7 @@ public class StampedLock implements java * AbstractQueuedSynchronizer (see its detailed explanation in AQS * internal documentation). * - * @param node if nonnull, the waiter + * @param node if non-null, the waiter * @param group either node or the group node is cowaiting with * @param interrupted if already interrupted * @return INTERRUPTED if interrupted or Thread.interrupted, else zero