mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Fix StanzaCollector's Exception message: s/Packet/Stanza/
This commit is contained in:
parent
77707737df
commit
1dec29617e
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public class StanzaCollector {
|
|||
|
||||
private void throwIfCancelled() {
|
||||
if (cancelled) {
|
||||
throw new IllegalStateException("Packet collector already cancelled");
|
||||
throw new IllegalStateException("Stanza collector already cancelled");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue