You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2018/12/26 21:22:06 UTC

[GitHub] [geode] kirklund commented on pull request #3036: GEODE-2113 Implement SSL over NIO

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 notifications@geode.apache.org