Fix compile error introduced by dd89d1b6bf

This commit is contained in:
Norman Maurer 2021-01-14 18:56:32 +01:00
parent b21a08ea03
commit ede5eecf35

View File

@ -322,7 +322,7 @@ public class NettyBlockHoundIntegrationTest {
@Test(timeout = 5000L)
public void testParseEtcResolverFilesAllowsBlockingCalls() throws InterruptedException {
SingleThreadEventExecutor executor =
new SingleThreadEventExecutor(null, new DefaultThreadFactory("test"), true) {
new SingleThreadEventExecutor(new DefaultThreadFactory("test")) {
@Override
protected void run() {
while (!confirmShutdown()) {