If most of your implementations aren't going to implement close() you might
want to change it to:
```
default void close() {
// nothing by default
}
```[ Full content available at: https://github.com/apache/geode/pull/3036 ] This message was relayed via gitbox.apache.org for [email protected]
