--- jsr166/src/jsr166y/ForkJoinWorkerThread.java 2010/11/18 00:55:13 1.57 +++ jsr166/src/jsr166y/ForkJoinWorkerThread.java 2010/11/21 08:18:19 1.58 @@ -348,7 +348,7 @@ public class ForkJoinWorkerThread extend /** * Initializes internal state after construction but before * processing any tasks. If you override this method, you must - * invoke @code{super.onStart()} at the beginning of the method. + * invoke {@code super.onStart()} at the beginning of the method. * Initialization requires care: Most fields must have legal * default values, to ensure that attempted accesses from other * threads work correctly even before this thread starts