--- jsr166/src/jsr166y/CountedCompleter.java 2012/11/25 18:45:48 1.20 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/11/25 19:25:06 1.22 @@ -126,7 +126,7 @@ package jsr166y; * op.apply(array[lo]); * tryComplete(); * } - * } } + * }} * * This design can be improved by noticing that in the recursive case, * the task has nothing to do after forking its right task, so can @@ -291,7 +291,7 @@ package jsr166y; * return new MapReducer(null, array, mapper, reducer, * 0, array.length).invoke(); * } - * } } + * }} * * Here, method {@code onCompletion} takes a form common to many * completion designs that combine results. This callback-style method @@ -661,7 +661,7 @@ public abstract class CountedCompleter a = this, s = a; @@ -671,7 +671,7 @@ public abstract class CountedCompleter