yashmayya commented on code in PR #12984: URL: https://github.com/apache/kafka/pull/12984#discussion_r1093620557
########## clients/src/main/java/org/apache/kafka/common/utils/Timer.java: ########## @@ -161,7 +161,7 @@ public long remainingMs() { /** * Get the current time in milliseconds. This will return the same cached value until the timer * has been updated using one of the {@link #update()} methods or {@link #sleep(long)} is used. - * + * <p> Review Comment: Makes sense, but wouldn't it also be slightly strange to create a dedicated PR for such a trivial change? 😄 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org