mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
Add toString
This commit is contained in:
parent
ff73ffc56c
commit
500fa2826e
@ -32,4 +32,12 @@ public enum CloseConnectionReason {
|
||||
this.sendCloseMessage = sendCloseMessage;
|
||||
this.isIntended = isIntended;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CloseConnectionReason{" +
|
||||
"sendCloseMessage=" + sendCloseMessage +
|
||||
", isIntended=" + isIntended +
|
||||
"} " + super.toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user