mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04: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…
x
Reference in New Issue
Block a user