--- jsr166/src/jsr166y/ForkJoinPool.java 2010/04/18 12:51:18 1.54 +++ jsr166/src/jsr166y/ForkJoinPool.java 2010/04/18 13:59:57 1.55 @@ -1494,7 +1494,7 @@ public class ForkJoinPool extends Abstra * construction of new threads. The use of this method may cause * tasks that intrinsically require extra threads for dependent * computations to indefinitely stall. If you are instead trying - * to minimize internal thread creation, consider setting {link + * to minimize internal thread creation, consider setting {@link * #setMaintainsParallelism} as false. * * @throws IllegalArgumentException if negative or greater than