Fix compile error introduced by dd89d1b6bf
This commit is contained in:
parent
b21a08ea03
commit
ede5eecf35
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user