You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ernest Burghardt (Jira)" <ji...@apache.org> on 2020/01/13 20:08:00 UTC

[jira] [Created] (GEODE-7696) Remove unecessary catch block from GMSHealthMonitor.java

Ernest Burghardt created GEODE-7696:
---------------------------------------

             Summary: 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


|former|} catch (IllegalStateException \| GemFireConfigException e) {| |

current

} catch (IllegalStateException e) {

 

we can let both bubble up...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)