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
1 changed files with 0 additions and 1 deletions

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