mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
修正
This commit is contained in:
parent
fe3d332a36
commit
af836ed486
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user