--- jsr166/src/jsr166y/CountedCompleter.java 2012/11/14 18:45:53 1.11 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/11/18 18:03:10 1.13 @@ -77,7 +77,7 @@ package jsr166y; * continuations, other threads need not block waiting to perform * them. * - *

For example, here is an initial version of a class that uses + *

For example, here is an initial version of a class that uses * divide-by-two recursive decomposition to divide work into single * pieces (leaf tasks). Even when work is split into individual calls, * tree-based techniques are usually preferable to directly forking @@ -477,6 +477,7 @@ public abstract class CountedCompleter