eolivelli commented on a change in pull request #2798:
URL: https://github.com/apache/bookkeeper/pull/2798#discussion_r722041852



##########
File path: 
bookkeeper-common/src/main/java/org/apache/bookkeeper/common/util/MathUtils.java
##########
@@ -71,7 +71,7 @@ public static long elapsedMSec(long startNanoTime) {
      * the only conversion happens when computing the elapsed time.
      *
      * @param startNanoTime the start of the interval that we are measuring
-     * @return elapsed time in milliseconds.
+     * @return elapsed time in microseconds.
      */
     public static long elapsedMicroSec(long startNanoTime) {

Review comment:
       can you change the parameter name 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]


Reply via email to