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)
|
@Test(timeout = 5000L)
|
||||||
public void testParseEtcResolverFilesAllowsBlockingCalls() throws InterruptedException {
|
public void testParseEtcResolverFilesAllowsBlockingCalls() throws InterruptedException {
|
||||||
SingleThreadEventExecutor executor =
|
SingleThreadEventExecutor executor =
|
||||||
new SingleThreadEventExecutor(null, new DefaultThreadFactory("test"), true) {
|
new SingleThreadEventExecutor(new DefaultThreadFactory("test")) {
|
||||||
@Override
|
@Override
|
||||||
protected void run() {
|
protected void run() {
|
||||||
while (!confirmShutdown()) {
|
while (!confirmShutdown()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user