jaykataria1111 commented on code in PR #3217: URL: https://github.com/apache/logging-log4j2/pull/3217#discussion_r1884869251
########## log4j-core/src/main/java/org/apache/logging/log4j/core/util/SystemClock.java: ########## @@ -29,4 +34,13 @@ public final class SystemClock implements Clock { public long currentTimeMillis() { return System.currentTimeMillis(); } + + /** + * {@inheritDoc} + */ Review Comment: Sounds good, will remove this too! -- 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...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org