You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/04/26 19:39:40 UTC

[GitHub] [geode] dschneider-pivotal commented on a diff in pull request #7621: GEODE-10036: remove need to export sun.nio.ch

dschneider-pivotal commented on code in PR #7621:
URL: https://github.com/apache/geode/pull/7621#discussion_r859081506


##########
geode-core/src/main/java/org/apache/geode/internal/net/BufferPool.java:
##########
@@ -394,4 +370,36 @@ public ByteBuffer getBB() {
     }
   }
 
+  public static class PooledByteBuffer {
+    private final ByteBuffer original;
+    private final ByteBuffer byteBuffer;

Review Comment:
   I liked your names and have changed to them. Thanks for the feedback.



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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org