summaryrefslogtreecommitdiff
path: root/src/Server
diff options
context:
space:
mode:
authorDor Bivas <dor1_b@walla.com>2013-12-11 16:29:39 +0200
committerDor Bivas <dor1_b@walla.com>2013-12-11 16:29:39 +0200
commita377cf16016ca5b11e1d903a2a242a95348f0b98 (patch)
tree370932f9eaa6006f3dc8cc012fe8a4a3138aaa07 /src/Server
parentc35cc0aa84ba0f17f0aba07e0b1358dc2545d4f1 (diff)
parent48a1852f5cf0b68baae374bd5aa457488e659eee (diff)
Merge branch 'master' of git://git.tzafrir.org.il/git/java-chat.git
Diffstat (limited to 'src/Server')
-rw-r--r--src/Server/CommandsTable.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java
index 6edac37..522e794 100644
--- a/src/Server/CommandsTable.java
+++ b/src/Server/CommandsTable.java
@@ -28,7 +28,6 @@ public class CommandsTable
}
command.run(client, args);
}
-
}
@@ -122,7 +121,6 @@ class CommandQuit extends Command
public void run(Client client, String args)
{
client.disconect();
-
}
}
@@ -145,4 +143,4 @@ class CommandPing extends Command
this.println(client , "PONG " + args + " :" + client.getHostname()); //FIXME: needed massge return
}
-} \ No newline at end of file
+}