mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
Remove comma before first argument in string representation
This commit is contained in:
parent
fc4babcfd7
commit
8f7f450429
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ public class Connection implements MessageListener {
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "SharedSpace{" +
|
return "SharedSpace{" +
|
||||||
", socket=" + socket +
|
"socket=" + socket +
|
||||||
", ruleViolations=" + ruleViolations +
|
", ruleViolations=" + ruleViolations +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue