[
https://issues.apache.org/jira/browse/GEODE-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211410#comment-17211410
]
ASF GitHub Bot commented on GEODE-7696:
---------------------------------------
kamilla1201 commented on pull request #5607:
URL: https://github.com/apache/geode/pull/5607#issuecomment-706404453
@Bill @bschuchardt @echobravopapa can you please take a look at this PR?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Assignee: Kamilla Aslami
> 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)