mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02: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
|
||||
public String toString() {
|
||||
return getClass().getSimpleName() + ": " + packetType.getName();
|
||||
return getClass().getSimpleName() + ": " + packetType.getSimpleName();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue