Fix checkstyle

This commit is contained in:
Trustin Lee 2014-12-16 20:34:01 +09:00
parent 98a2bb62f5
commit 4f7632a853

View File

@ -287,7 +287,6 @@ public class SocketSslEchoTest extends AbstractSocketTest {
clientSendCounter.set(clientSendCounterVal += length);
future.sync();
if (needsRenegotiation && clientSendCounterVal >= data.length / 2) {
needsRenegotiation = false;
clientSslHandler.engine().setEnabledCipherSuites(new String[] { renegotiation.cipherSuite });
@ -475,7 +474,6 @@ public class SocketSslEchoTest extends AbstractSocketTest {
}
}
private class EchoServerHandler extends EchoHandler {
volatile Future<Channel> renegoFuture;