No need to invoke getName() on the class -- you can just use .class directly. 
Also, I recommend using the try-resource syntax since IgnoredException is 
AutoCloseable:
```
try (IgnoredException ie = addIgnoredException(ConnectException.class)) {
  giiEventQueueShouldSucceedWithMixedVersions(VersionManager.CURRENT_VERSION, 
testVersion);
}

[ Full content available at: https://github.com/apache/geode/pull/2856 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to