[ https://issues.apache.org/jira/browse/GEODE-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kamilla Aslami updated GEODE-7696: ---------------------------------- Summary: Add comment to GMSHealthMonitor explaining when IllegalStateException may be thrown (was: Remove unecessary catch block from GMSHealthMonitor.java) > Add comment to GMSHealthMonitor explaining when IllegalStateException may be > thrown > ----------------------------------------------------------------------------------- > > Key: GEODE-7696 > URL: https://issues.apache.org/jira/browse/GEODE-7696 > Project: Geode > Issue Type: Improvement > Components: membership > Reporter: Ernest Burghardt > Assignee: Kamilla Aslami > Priority: Major > Labels: pull-request-available > > 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)