mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
saveXml実装
This commit is contained in:
parent
3a41c4e105
commit
76f4a6c228
|
@ -188,10 +188,13 @@ public class FileManagerImpl implements FileManager {
|
|||
|
||||
@Override
|
||||
public void saveXml(Document document, String fileName) throws IOException {
|
||||
this.resolve(fileName);
|
||||
this.saveXmlInternal(document);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveXml(Document document) throws IOException {
|
||||
this.saveXmlInternal(document);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user