--- jsr166/src/jsr166y/ForkJoinTask.java 2009/07/16 15:32:34 1.6 +++ jsr166/src/jsr166y/ForkJoinTask.java 2009/07/20 21:45:06 1.7 @@ -955,7 +955,7 @@ public abstract class ForkJoinTask im protected static ForkJoinTask pollNextLocalTask() { return ((ForkJoinWorkerThread)(Thread.currentThread())).pollLocalTask(); } - + /** * Unschedules and returns, without executing, the next task * queued by the current thread but not yet executed, if one is