mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
XmlEnvironment: Use correct method to obatain effective namespace.
This commit is contained in:
parent
cf92566e26
commit
c9cf4f1541
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class XmlEnvironment {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getEffectiveNamespaceOrUse(String namespace) {
|
public String getEffectiveNamespaceOrUse(String namespace) {
|
||||||
String effectiveNamespace = getEffectiveLanguage();
|
String effectiveNamespace = getEffectiveNamespace();
|
||||||
if (StringUtils.isNullOrEmpty(effectiveNamespace)) {
|
if (StringUtils.isNullOrEmpty(effectiveNamespace)) {
|
||||||
return namespace;
|
return namespace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue