forked from External/mage
since these branches are identical we may collapse them
This commit is contained in:
parent
e03b446601
commit
b23ccb8191
8 changed files with 9 additions and 49 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue