mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02: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) {
|
||||
this(enclosingNamespace);
|
||||
String namespace = ee.getNamespace();
|
||||
prelude(ee);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue