mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
Remove comma before first argument in string representation
This commit is contained in:
parent
5a47ebbadc
commit
51059fe6a9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public final class DecryptedMsgWithPubKey implements Persistable {
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "DecryptedMsgWithPubKey{" +
|
return "DecryptedMsgWithPubKey{" +
|
||||||
", message=" + message +
|
"message=" + message +
|
||||||
", signaturePubKey.hashCode()=" + signaturePubKey.hashCode() +
|
", signaturePubKey.hashCode()=" + signaturePubKey.hashCode() +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue