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

@ -741,10 +741,8 @@ public class CardPanelComponentImpl extends CardPanel {
setImage(srcImage);
}
});
} catch (Exception e) {
} catch (Exception | Error e) {
e.printStackTrace();
} catch (Error err) {
err.printStackTrace();
}
});
}

View file

@ -369,10 +369,8 @@ public class CardPanelRenderImpl extends CardPanel {
}
}
});
} catch (Exception e) {
} catch (Exception | Error e) {
e.printStackTrace();
} catch (Error err) {
err.printStackTrace();
}
});
}