[
https://issues.apache.org/jira/browse/GEODE-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Burcham updated GEODE-7696:
--------------------------------
Description:
former:
{code:java}
} catch (IllegalStateException \| GemFireConfigException e) {
{code}
current:
{code:java}
} catch (IllegalStateException e) {
{code}
we can let both bubble up...
was:
|former|} catch (IllegalStateException \| GemFireConfigException e) {| |
current
} catch (IllegalStateException e) {
we can let both bubble up...
> Remove unecessary catch block from GMSHealthMonitor.java
> --------------------------------------------------------
>
> Key: GEODE-7696
> URL: https://issues.apache.org/jira/browse/GEODE-7696
> Project: Geode
> Issue Type: Improvement
> Components: membership
> Reporter: Ernest Burghardt
> Priority: Major
>
> former:
> {code:java}
> } catch (IllegalStateException \| GemFireConfigException e) {
> {code}
> current:
> {code:java}
> } catch (IllegalStateException e) {
> {code}
> we can let both bubble up...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)