Fix compile error. No idea why this was in here..

This commit is contained in:
Norman Maurer 2012-01-11 18:00:38 +01:00
parent 02be2523e0
commit 94490aeb2e

View File

@ -65,7 +65,7 @@ public class EchoClient {
this.firstMessageSize = firstMessageSize; this.firstMessageSize = firstMessageSize;
} }
public void run(String host, int port, final int firstMessageSize) { public void run() {
// Configure the client. // Configure the client.
ClientBootstrap bootstrap = new ClientBootstrap( ClientBootstrap bootstrap = new ClientBootstrap(
new NioClientSocketChannelFactory( new NioClientSocketChannelFactory(