summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDor Bivas <dor1_b@walla.com>2014-04-15 17:27:49 +0300
committerDor Bivas <dor1_b@walla.com>2014-04-15 17:28:09 +0300
commit57629d937cd59966f2f209ac83521f500fa0ffda (patch)
tree2e965d1b9f5f9917988b0dc4b80c0d15886cd0c6
parent2df479225932d3e8ee99a601182ed01996a54666 (diff)
Uselss new line in prinln
-rw-r--r--src/Server/CommandsTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java
index ba80ade..96e7336 100644
--- a/src/Server/CommandsTable.java
+++ b/src/Server/CommandsTable.java
@@ -115,7 +115,7 @@ class CommandPrivmsg extends Command
}
catch (java.util.ConcurrentModificationException e)
{
- System.err.println("concurrency error, privmsg may not be fully delivered\n");
+ System.err.println("concurrency error, privmsg may not be fully delivered");
}
System.out.println("printed message to ports: " + ports);
}