Remove comma before first argument in string representation

This commit is contained in:
Ivan Vilata-i-Balaguer 2016-04-08 10:46:53 +02:00
parent fc4babcfd7
commit 8f7f450429

View File

@ -572,7 +572,7 @@ public class Connection implements MessageListener {
@Override
public String toString() {
return "SharedSpace{" +
", socket=" + socket +
"socket=" + socket +
", ruleViolations=" + ruleViolations +
'}';
}