maedhroz commented on code in PR #4722:
URL: https://github.com/apache/cassandra/pull/4722#discussion_r3066716284


##########
src/java/org/apache/cassandra/io/util/TrackedDataInputPlus.java:
##########
@@ -32,8 +32,8 @@
 public class TrackedDataInputPlus implements DataInputPlus, BytesReadTracker
 {
     private long bytesRead;
-    private final long limit;
-    final DataInput source;
+    private long limit;
+    DataInput source;

Review Comment:
   nit: Can this still be `private`?



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