ottlinger commented on code in PR #268: URL: https://github.com/apache/creadur-rat/pull/268#discussion_r1677207698
########## apache-rat-core/src/main/java/org/apache/rat/DeprecationReporter.java: ########## @@ -83,18 +83,6 @@ public static void logDeprecated(final Class<?> clazz) { } } - /** - * Log deprecated options - * @param log The log to write to. - * @param option potentially deprecated option to log. - */ - // TODO remove this when commons-cli 1.7.1 or higher is available - public static void logDeprecated(final Log log, final Option option) { - if (option.isDeprecated()) { - getLogReporter(log).accept(option); - } - } - Review Comment: Thanks for the clarification. I added a changelog entry on the branch. -- 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: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org