1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-15 08:04:49 +02:00

Remove unnecessary getNamespace() call in XmlStringBuilder

This commit is contained in:
Florian Schmaus 2018-10-03 20:09:56 +02:00
parent 127510692d
commit b60a772df1

View file

@ -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);
}