This commit is contained in:
Redkale
2018-12-15 15:06:24 +08:00
parent 3bba781183
commit 09a0d4f9e2

View File

@@ -155,7 +155,7 @@ public class Context {
return bufferPool; return bufferPool;
} }
protected Consumer<ByteBuffer> getBufferConsumer() { public Consumer<ByteBuffer> getBufferConsumer() {
return bufferPool; return bufferPool;
} }