mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Remove unnecessary getNamespace() call in XmlStringBuilder
This commit is contained in:
parent
127510692d
commit
b60a772df1
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ public class XmlStringBuilder implements Appendable, CharSequence, Element {
|
||||||
|
|
||||||
public XmlStringBuilder(ExtensionElement ee, String enclosingNamespace) {
|
public XmlStringBuilder(ExtensionElement ee, String enclosingNamespace) {
|
||||||
this(enclosingNamespace);
|
this(enclosingNamespace);
|
||||||
String namespace = ee.getNamespace();
|
|
||||||
prelude(ee);
|
prelude(ee);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue