mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Use simple name in StanzaTypeFilter
This commit is contained in:
parent
e1dfb53483
commit
8235e8417d
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,6 @@ public final class StanzaTypeFilter implements StanzaFilter {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return getClass().getSimpleName() + ": " + packetType.getName();
|
return getClass().getSimpleName() + ": " + packetType.getSimpleName();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue