--- jsr166/src/jsr166e/ForkJoinPool.java 2012/12/17 16:31:08 1.34 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/12/17 16:32:47 1.35 @@ -2579,7 +2579,7 @@ public class ForkJoinPool extends Abstra /** * Returns the common pool instance. This pool is statically * constructed; its run state is unaffected by attempts to - * {@link @shutdown} or {@link #shutdownNow}. + * {@link #shutdown} or {@link #shutdownNow}. * * @return the common pool instance */