mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 18:51:10 +01:00
fix animal-sniffer problem
This commit is contained in:
@@ -409,7 +409,7 @@ public class JAXBConfigurationEntryStore<V>
|
|||||||
{
|
{
|
||||||
//J-
|
//J-
|
||||||
writer = new IndentXMLStreamWriter(
|
writer = new IndentXMLStreamWriter(
|
||||||
XMLOutputFactory.newFactory().createXMLStreamWriter(
|
XMLOutputFactory.newInstance().createXMLStreamWriter(
|
||||||
createWriter()
|
createWriter()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user