fixed bug related to temp files

Former-commit-id: 5b492bb592122645a7a7afda34b23f54da8c2fa4
This commit is contained in:
Jeremy Long
2015-06-13 08:41:19 -04:00
parent 46b4761f1a
commit 25f2eb69b9

View File

@@ -337,7 +337,7 @@ public final class Settings {
*/
public static void cleanup(boolean deleteTemporary) {
if (deleteTemporary && tempDirectory != null && tempDirectory.exists()) {
//FileUtils.delete(tempDirectory);
FileUtils.delete(tempDirectory);
}
try {
localSettings.remove();