ottlinger commented on code in PR #450: URL: https://github.com/apache/creadur-rat/pull/450#discussion_r2012546519
########## apache-rat-tasks/src/main/java/org/apache/rat/anttasks/All.java: ########## @@ -27,6 +28,7 @@ * @deprecated use configuration file. */ @Deprecated // since 0.17 +@DeprecationReporter.Info(since = "0.17", forRemoval = true, use = "Configuration file and <config> element")// since 0.17 Review Comment: This should be changed among many files in this PR once it's clear which element name is the correct one. I was unable to find any ANT examples that used a config, thus I'll keep my comment as a reminder here :) -- 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