()
| 100 | } |
| 101 | |
| 102 | public static ModList get() { |
| 103 | return INSTANCE; |
| 104 | } |
| 105 | |
| 106 | private static ForkJoinWorkerThread newForkJoinWorkerThread(ForkJoinPool pool) { |
| 107 | ForkJoinWorkerThread thread = ForkJoinPool.defaultForkJoinWorkerThreadFactory.newThread(pool); |
no outgoing calls
no test coverage detected