smiklosovic commented on code in PR #2122:
URL: https://github.com/apache/cassandra/pull/2122#discussion_r1093542198


##########
src/java/org/apache/cassandra/transport/CBUtil.java:
##########
@@ -46,7 +46,7 @@
 import org.apache.cassandra.utils.Pair;
 import org.apache.cassandra.utils.TimeUUID;
 import org.apache.cassandra.utils.UUIDGen;
-
+import org.apache.cassandra.utils.memory.MemoryUtil;

Review Comment:
   should not be there some free line after imports and before the beginning of 
comments? This feels strange.



##########
src/java/org/apache/cassandra/transport/CBUtil.java:
##########
@@ -614,4 +623,9 @@ private static byte[] readRawBytes(ByteBuf cb, int length)
         return bytes;
     }
 
+    public static ByteBuffer getLocalBuffer()
+    {
+        return localBuffer.get();
+    }
+

Review Comment:
   empty line probably redundant?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to