--- jsr166/src/test/loops/LinkedAsyncAction.java 2011/07/01 02:37:22 1.3 +++ jsr166/src/test/loops/LinkedAsyncAction.java 2012/10/21 06:14:12 1.5 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * + * http://creativecommons.org/publicdomain/zero/1.0/ */ import java.util.*; @@ -56,7 +56,6 @@ import java.util.concurrent.atomic.*; * } * } * - * */ public abstract class LinkedAsyncAction extends ForkJoinTask { @@ -141,7 +140,7 @@ public abstract class LinkedAsyncAction * Overridable callback action triggered by complete. Upon * invocation, all 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 may be + * default version of this method does nothing. But it may be * overridden in subclasses to perform some action when this task * is about to complete. */