Fix compile
This commit is contained in:
parent
88c7024080
commit
ee7b13726f
|
|
@ -104,7 +104,7 @@ class AbstractDynamicConfigurationTest {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
ThreadPoolExecutor threadPoolExecutor = configuration.getWorkersThreadPool();
|
ThreadPoolExecutor threadPoolExecutor = (ThreadPoolExecutor) configuration.getWorkersThreadPool();
|
||||||
ThreadFactory threadFactory = threadPoolExecutor.getThreadFactory();
|
ThreadFactory threadFactory = threadPoolExecutor.getThreadFactory();
|
||||||
|
|
||||||
Thread thread = threadFactory.newThread(() -> {});
|
Thread thread = threadFactory.newThread(() -> {});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue