Fix compile error. No idea why this was in here..
This commit is contained in:
parent
02be2523e0
commit
94490aeb2e
@ -65,7 +65,7 @@ public class EchoClient {
|
||||
this.firstMessageSize = firstMessageSize;
|
||||
}
|
||||
|
||||
public void run(String host, int port, final int firstMessageSize) {
|
||||
public void run() {
|
||||
// Configure the client.
|
||||
ClientBootstrap bootstrap = new ClientBootstrap(
|
||||
new NioClientSocketChannelFactory(
|
||||
|
Loading…
x
Reference in New Issue
Block a user