EdColeman commented on code in PR #4364: URL: https://github.com/apache/accumulo/pull/4364#discussion_r1522093663
########## core/src/main/java/org/apache/accumulo/core/util/NanoTime.java: ########## @@ -22,7 +22,7 @@ /** * This class implements a strong type for System.nanoTime() that offers the limited operations that - * can be performed on a nanoTime. + * can be performed on a nanoTime. See the System.nanoTime() javadoc for details. Review Comment: ```suggestion * can be performed on a nanoTime. See the System.nanoTime() javadoc for details - specifically * these values are meaningful only when the difference between two such values, obtained within * the same instance of a Java virtual machine, are computed. ``` -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org