--- jsr166/src/jsr166y/CountedCompleter.java 2012/11/25 18:39:07 1.19 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/11/25 18:45:48 1.20 @@ -133,7 +133,7 @@ package jsr166y; * directly invoke its left task before returning. (This is an analog * of tail recursion removal.) Also, because the task returns upon * executing its left task (rather than falling through to invoke - * tryComplete) the pending count is set to one: + * {@code tryComplete}) the pending count is set to one: * *
 {@code
  * class ForEach ...