Fix checkstyle

This commit is contained in:
Trustin Lee 2014-12-16 20:34:01 +09:00
parent 1ecb3fe88c
commit 770126f707

View File

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