From 94490aeb2eae8e1b499e7681d9f954b416381367 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 11 Jan 2012 18:00:38 +0100 Subject: [PATCH] Fix compile error. No idea why this was in here.. --- src/main/java/org/jboss/netty/example/echo/EchoClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/example/echo/EchoClient.java b/src/main/java/org/jboss/netty/example/echo/EchoClient.java index 9c428f374d..5203669f64 100644 --- a/src/main/java/org/jboss/netty/example/echo/EchoClient.java +++ b/src/main/java/org/jboss/netty/example/echo/EchoClient.java @@ -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(