Fix bug 431

http://www.helma.org/bugs/show_bug.cgi?id=431
This commit is contained in:
hns 2005-06-14 10:34:34 +00:00
parent df88235e04
commit 879015efd5

View file

@ -72,6 +72,9 @@ public class XmlObject {
File finalFile = new File(file);
if (finalFile.exists()) {
finalFile.delete();
}
tmpFile.renameTo(finalFile);
core.getApplication().logEvent("wrote xml to " + finalFile.getAbsolutePath());