--- jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/26 11:47:41 1.14 +++ jsr166/src/test/loops/BinaryAsyncAction.java 2013/02/05 19:54:07 1.15 @@ -120,7 +120,7 @@ public abstract class BinaryAsyncAction * default version of this method does nothing and returns * {@code true}. * @return true if this task's exception should be propagated to - * this task's parent. + * this task's parent */ protected boolean onException() { return true;