--- jsr166/src/test/loops/LinkedAsyncAction.java 2010/09/20 20:42:37 1.2 +++ jsr166/src/test/loops/LinkedAsyncAction.java 2011/07/01 02:37:22 1.3 @@ -318,7 +318,7 @@ public abstract class LinkedAsyncAction } /** - * Sets the control state to the given value, + * Sets the control state to the given value. * @param value the new value */ protected final void setControlState(int value) { @@ -326,7 +326,7 @@ public abstract class LinkedAsyncAction } /** - * Increment the control state + * Increments the control state. * @return true if successful */ protected final void incrementControlState() { @@ -334,7 +334,7 @@ public abstract class LinkedAsyncAction } /** - * Decrement the control state + * Decrements the control state. * @return true if successful */ protected final void decrementControlState() {