From 57629d937cd59966f2f209ac83521f500fa0ffda Mon Sep 17 00:00:00 2001 From: Dor Bivas Date: Tue, 15 Apr 2014 17:27:49 +0300 Subject: Uselss new line in prinln --- src/Server/CommandsTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3