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
|
|
@ -456,9 +456,7 @@ class UpdateSeatsTask extends SwingWorker<Void, TableView> {
|
|||
protected void done() {
|
||||
try {
|
||||
get();
|
||||
} catch (InterruptedException ex) {
|
||||
logger.fatal("Update Seats Task error", ex);
|
||||
} catch (ExecutionException ex) {
|
||||
} catch (InterruptedException | ExecutionException ex) {
|
||||
logger.fatal("Update Seats Task error", ex);
|
||||
} catch (CancellationException ex) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue