Pankraz76 commented on code in PR #2317: URL: https://github.com/apache/maven/pull/2317#discussion_r2083287649
########## impl/maven-cli/src/main/java/org/apache/maven/cling/utils/CLIReportingUtils.java: ########## @@ -43,8 +43,6 @@ public final class CLIReportingUtils { private static final long ONE_MINUTE = 60 * ONE_SECOND; private static final long ONE_HOUR = 60 * ONE_MINUTE; - - private static final long ONE_DAY = 24 * ONE_HOUR; Review Comment: this might be API but seems unused -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org