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

@ -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) {
}