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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java (file contents):
Revision 1.81 by jsr166, Wed Aug 12 00:06:59 2020 UTC vs.
Revision 1.82 by jsr166, Sun Dec 6 18:10:00 2020 UTC

# Line 60 | Line 60 | public class ForkJoinWorkerThread extend
60       * @param pool the pool this thread works in
61       * @throws NullPointerException if pool is null
62       */
63 <    protected ForkJoinWorkerThread(ThreadGroup group, ForkJoinPool pool) {
63 >    /* TODO: protected */ ForkJoinWorkerThread(ThreadGroup group, ForkJoinPool pool) {
64          this(group, pool, false, false);
65      }
66  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines