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


##########
src/java/org/apache/cassandra/tools/SSTableMetadataViewer.java:
##########
@@ -447,6 +470,19 @@ private void field(String field, Object value, String 
comment)
         }
         this.out.println(sb.toString());
     }
+    public static String durationString(Long value)
+    {
+
+        TimeUnit tsUnit = TimeUnit.MICROSECONDS;

Review Comment:
   `tsUnit` is not used in this method, probably a leftover
   
   `duration` can be inlined (`return "Days ..."`)



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