ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.30 by jsr166, Tue Sep 7 06:19:05 2010 UTC vs.
Revision 1.31 by jsr166, Tue Sep 7 06:28:36 2010 UTC

# Line 1224 | Line 1224 | public class ForkJoinPool extends Abstra
1224       * use {@link #defaultForkJoinWorkerThreadFactory}.
1225       * @param handler the handler for internal worker threads that
1226       * terminate due to unrecoverable errors encountered while executing
1227 <     * tasks. For default value, use <code>null</code>.
1227 >     * tasks. For default value, use {@code null}.
1228       * @param asyncMode if true,
1229       * establishes local first-in-first-out scheduling mode for forked
1230       * tasks that are never joined. This mode may be more appropriate
1231       * than default locally stack-based mode in applications in which
1232       * worker threads only process event-style asynchronous tasks.
1233 <     * For default value, use <code>false</code>.
1233 >     * For default value, use {@code false}.
1234       * @throws IllegalArgumentException if parallelism less than or
1235       *         equal to zero, or greater than implementation limit
1236       * @throws NullPointerException if the factory is null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines