fix animal-sniffer problem

This commit is contained in:
Sebastian Sdorra
2014-03-13 21:11:48 +01:00
parent 8664abb1b6
commit 43481a70ee

View File

@@ -409,7 +409,7 @@ public class JAXBConfigurationEntryStore<V>
{ {
//J- //J-
writer = new IndentXMLStreamWriter( writer = new IndentXMLStreamWriter(
XMLOutputFactory.newFactory().createXMLStreamWriter( XMLOutputFactory.newInstance().createXMLStreamWriter(
createWriter() createWriter()
) )
); );