This commit is contained in:
r-ca 2024-01-09 16:18:02 +09:00
parent fe3d332a36
commit af836ed486
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -152,7 +152,7 @@ public class DocumentProcessorImpl implements DocumentProcessor{
public void close() throws Exception{
logger.debug("close", "called");
try {
this.fileManager.createFileIfNotExist("meta.xml").saveXml(xmlMetaParser.serialize(xmlMetaModel), "meta.xml");
this.fileManager.getNewInstance().createFileIfNotExist("meta.xml").saveXml(xmlMetaParser.serialize(xmlMetaModel), "meta.xml");
logger.debug("close", "meta.xml saved");
} catch (Exception e) {
logger.error("close", "meta.xml save failed");