ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinWorkerThread.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinWorkerThread.java (file contents):
Revision 1.25 by jsr166, Sat Aug 1 21:17:11 2009 UTC vs.
Revision 1.26 by dl, Sun Aug 2 11:54:31 2009 UTC

# Line 17 | Line 17 | import java.util.Collection;
17   * However, you can override initialization and termination methods
18   * surrounding the main task processing loop.  If you do create such a
19   * subclass, you will also need to supply a custom {@link
20 < * ForkJoinWorkerThreadFactory} to use it in a {@code ForkJoinPool}.
20 > * ForkJoinPool.ForkJoinWorkerThreadFactory} to use it in a {@code
21 > * ForkJoinPool}.
22   *
23   * @since 1.7
24   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines