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;
|
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user