Update to moasdawiki-server 3.5.0

This commit is contained in:
Herbert Reiter
2022-10-08 20:42:57 +02:00
parent 46be7f77e5
commit 7d18b4bd59
2 changed files with 2 additions and 2 deletions
@@ -430,7 +430,7 @@ public class SynchronizeWikiClient {
*/
@NotNull
private String generateXml(@NotNull AbstractSyncXml xmlBean) throws ServiceException {
XmlGenerator xmlGenerator = new XmlGenerator(logger);
XmlGenerator xmlGenerator = new XmlGenerator();
return xmlGenerator.generate(xmlBean);
}