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


##########
src/java/org/apache/cassandra/io/util/RandomAccessReader.java:
##########
@@ -38,7 +38,9 @@ public class RandomAccessReader extends 
RebufferingInputStream implements FileDa
     private long markedPointer;
 
     final Rebufferer rebufferer;
-    protected BufferHolder bufferHolder = Rebufferer.EMPTY;
+    private BufferHolder bufferHolder = Rebufferer.EMPTY;

Review Comment:
   document this in the code explicitly, not just by commenting here



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