Improved case deletion polish/cleanup

This commit is contained in:
Richard Cordovano 2019-03-25 14:15:54 -04:00
parent f6c1e68f4c
commit fe576cf87f

View File

@ -994,7 +994,6 @@ public class Case {
long obj_id = entry.getKey(); long obj_id = entry.getKey();
String path = entry.getValue(); String path = entry.getValue();
boolean fileExists = (new File(path).isFile() || DriveUtils.driveExists(path)); boolean fileExists = (new File(path).isFile() || DriveUtils.driveExists(path));
if (!fileExists) { if (!fileExists) {
int response = JOptionPane.showConfirmDialog( int response = JOptionPane.showConfirmDialog(
mainFrame, mainFrame,