--- jsr166/src/jsr166y/ForkJoinTask.java 2009/07/31 16:27:08 1.25 +++ jsr166/src/jsr166y/ForkJoinTask.java 2009/08/01 21:17:11 1.26 @@ -16,8 +16,8 @@ import java.util.Map; import java.util.WeakHashMap; /** - * Abstract base class for tasks that run within a {@link - * ForkJoinPool}. A ForkJoinTask is a thread-like entity that is much + * Abstract base class for tasks that run within a {@link ForkJoinPool}. + * A {@code ForkJoinTask} is a thread-like entity that is much * lighter weight than a normal thread. Huge numbers of tasks and * subtasks may be hosted by a small number of actual threads in a * ForkJoinPool, at the price of some usage limitations.