since these branches are identical we may collapse them

This commit is contained in:
vyacheslav.raskulin 2020-09-09 14:48:21 +03:00
parent e03b446601
commit b23ccb8191
8 changed files with 9 additions and 49 deletions

View file

@ -540,11 +540,7 @@ public class NewTableDialog extends MageDialog {
this.hideDialog();
return;
}
} catch (FileNotFoundException ex) {
handleError(ex);
} catch (IOException ex) {
handleError(ex);
} catch (ClassNotFoundException ex) {
} catch (ClassNotFoundException | IOException ex) {
handleError(ex);
}
// JOptionPane.showMessageDialog(MageFrame.getDesktop(), "Error joining table.", "Error", JOptionPane.ERROR_MESSAGE);