Fix compile error in test

This commit is contained in:
Norman Maurer 2014-02-15 23:05:26 +01:00
parent e0299e1222
commit 49cbf1d6b9

View File

@ -24,12 +24,9 @@ import java.util.List;
public class EpollSocketSslEchoTest extends SocketSslEchoTest {
public EpollSocketSslEchoTest(boolean serverUsesDelegatedTaskExecutor,
boolean clientUsesDelegatedTaskExecutor,
boolean useChunkedWriteHandler,
public EpollSocketSslEchoTest(boolean useChunkedWriteHandler,
boolean useCompositeByteBuf) {
super(serverUsesDelegatedTaskExecutor, clientUsesDelegatedTaskExecutor,
useChunkedWriteHandler, useCompositeByteBuf);
super(useChunkedWriteHandler, useCompositeByteBuf);
}
@Override