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