Removed redundant code, fixed some warnings, other minor fixes
This commit is contained in:
@@ -268,6 +268,7 @@ public final class Utils {
|
||||
if (target.isDirectory()) {
|
||||
purgeDirectory(target);
|
||||
}
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
target.delete();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user