Bill commented on code in PR #7449:
URL: https://github.com/apache/geode/pull/7449#discussion_r844414862
##########
geode-core/src/main/java/org/apache/geode/internal/net/NioFilter.java:
##########
@@ -35,7 +35,7 @@
* Be sure to call close() on the returned {@link ByteBufferSharing}. The
best way to do that is
* to call this method in a try-with-resources statement.
*/
- ByteBufferSharing wrap(ByteBuffer buffer) throws IOException;
+ ByteBufferSharing wrap(ByteBuffer buffer, final SocketChannel channel)
throws IOException;
Review Comment:
reverted this change
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]