--- jsr166/src/jsr166y/CountedCompleter.java 2012/11/26 14:11:53 1.27 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/12/15 21:26:06 1.28 @@ -224,7 +224,7 @@ package jsr166y; * public static E search(E[] array) { * return new Searcher(null, array, new AtomicReference(), 0, array.length).invoke(); * } - *}} + * }} * * In this example, as well as others in which tasks have no other * effects except to compareAndSet a common result, the trailing