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
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -369,10 +369,8 @@ public class CardPanelRenderImpl extends CardPanel {
|
|||
}
|
||||
}
|
||||
});
|
||||
} catch (Exception e) {
|
||||
} catch (Exception | Error e) {
|
||||
e.printStackTrace();
|
||||
} catch (Error err) {
|
||||
err.printStackTrace();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue