--- jsr166/src/jsr166e/ForkJoinPool.java 2013/07/14 19:55:05 1.61 +++ jsr166/src/jsr166e/ForkJoinPool.java 2013/07/19 19:34:43 1.62 @@ -530,8 +530,8 @@ public class ForkJoinPool extends Abstra * Returns a new worker thread operating in the given pool. * * @param pool the pool this thread works in - * @throws NullPointerException if the pool is null * @return the new worker thread + * @throws NullPointerException if the pool is null */ public ForkJoinWorkerThread newThread(ForkJoinPool pool); }