mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
fixed bug related to temp files
Former-commit-id: 5b492bb592122645a7a7afda34b23f54da8c2fa4
This commit is contained in:
@@ -337,7 +337,7 @@ public final class Settings {
|
|||||||
*/
|
*/
|
||||||
public static void cleanup(boolean deleteTemporary) {
|
public static void cleanup(boolean deleteTemporary) {
|
||||||
if (deleteTemporary && tempDirectory != null && tempDirectory.exists()) {
|
if (deleteTemporary && tempDirectory != null && tempDirectory.exists()) {
|
||||||
//FileUtils.delete(tempDirectory);
|
FileUtils.delete(tempDirectory);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
localSettings.remove();
|
localSettings.remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user