Closedown

This commit is contained in:
boccioli_m
2015-08-27 15:40:10 +02:00
parent e0c47d1469
commit 78ceb9e3c7
2 changed files with 1 additions and 2 deletions

View File

@@ -423,10 +423,8 @@ public class TestingListDetails extends javax.swing.JPanel {
success = true;
} catch (FileNotFoundException ex) {
SwingUtils.showMessage(this, "generateTestConfig()", "Cannot find file: " + ex.toString());
Logger.getLogger(NewTest.class.getName()).log(Level.SEVERE, null, ex);
} catch (IOException ex) {
SwingUtils.showMessage(this, "generateTestConfig()", "Problem with file aaccess: " + ex.toString());
Logger.getLogger(NewTest.class.getName()).log(Level.SEVERE, null, ex);
}
return success;
}