Claudenw commented on code in PR #252:
URL: https://github.com/apache/creadur-rat/pull/252#discussion_r1597604844


##########
apache-rat-core/src/main/java/org/apache/rat/Report.java:
##########
@@ -125,9 +126,14 @@ public String desc() {
     /**
      * Adds license headers to files missing headers.
      */
-    private static final OptionGroup ADD = new OptionGroup()
-            .addOption(new Option("a", false,
-                    "(deprecated) Add the default license header to any file 
with an unknown license.  Use '-A' or ---addLicense instead."))
+    private static final DeprecatedAttributes addAttributes = 
DeprecatedAttributes.builder().setForRemoval(true).setSince("1.17.0")

Review Comment:
   thx.  fixed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to