mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Fix typo in exception
This commit is contained in:
parent
1eb315d6b7
commit
a53894a65b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class CapsExtensionProvider extends ExtensionElementProvider<CapsExtensio
|
||||||
if (hash != null && version != null && node != null) {
|
if (hash != null && version != null && node != null) {
|
||||||
return new CapsExtension(node, version, hash);
|
return new CapsExtension(node, version, hash);
|
||||||
} else {
|
} else {
|
||||||
throw new SmackException("Caps elment with missing attributes");
|
throw new SmackException("Caps element with missing attributes");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue