smiklosovic commented on code in PR #3628:
URL: https://github.com/apache/cassandra/pull/3628#discussion_r1815678715
##########
src/java/org/apache/cassandra/tools/nodetool/stats/CompactionHistoryHolder.java:
##########
@@ -29,16 +29,19 @@
import java.util.Set;
import javax.management.openmbean.TabularData;
+import org.apache.cassandra.io.util.FileUtils;
import org.apache.cassandra.tools.NodeProbe;
public class CompactionHistoryHolder implements StatsHolder
{
public final NodeProbe probe;
public List<String> indexNames;
+ public final boolean humanReadable;
Review Comment:
this does not need to be public. I get that you probably copy how it is
elsewhere but for other cases it has to be public, for this it does not.
--
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]