mirror of https://github.com/zlatinb/muwire
fix typo
parent
dd287bae18
commit
c98248f8b5
|
@ -10,6 +10,6 @@ class DisconnectionEvent extends Event {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
"DisconnectionEvent ${super.toString()} destination:${destianation.toBase32()}"
|
"DisconnectionEvent ${super.toString()} destination:${destination.toBase32()}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue