mirror of https://github.com/zlatinb/muwire
toString
parent
2e22369ce0
commit
17eff7d77f
|
@ -7,4 +7,8 @@ class ChatConnectionEvent extends Event {
|
|||
ChatConnectionAttemptStatus status
|
||||
Persona persona
|
||||
ChatLink connection
|
||||
|
||||
public String toString() {
|
||||
super.toString() + " " + persona.getHumanReadableName() + " " + status.toString()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue