ctubbsii commented on code in PR #4818:
URL: https://github.com/apache/accumulo/pull/4818#discussion_r1725476123


##########
core/src/main/java/org/apache/accumulo/core/util/Timer.java:
##########
@@ -45,27 +45,6 @@ public static Timer startNew() {
     return new Timer();
   }
 
-  /**
-   * Creates a new Timer with an offset applied.
-   *
-   * @param offset the duration of the offset to apply.
-   * @return a new Timer instance with the specified offset.
-   */
-  public static Timer startNewWithOffset(Duration offset) {
-    return new Timer(offset.toNanos());

Review Comment:
   You should be able to remove this constructor, too, right?



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