--- jsr166/src/test/loops/BinaryAsyncAction.java 2012/01/28 04:40:12 1.4 +++ jsr166/src/test/loops/BinaryAsyncAction.java 2012/01/28 04:41:18 1.5 @@ -101,10 +101,9 @@ public abstract class BinaryAsyncAction * Overridable callback action triggered upon complete of * subtasks. Upon invocation, both subtasks have completed. * After return, this task isDone and is joinable by - * other tasks. The default version of this method does - * nothing. But it may be overridden in subclasses to perform - * some action (for example a reduction) when this task is - * completes. + * other tasks. The default version of this method does nothing. + * But it may be overridden in subclasses to perform some action + * (for example a reduction) when this task is completes. * @param x one subtask * @param y the other subtask */