ottlinger commented on code in PR #257: URL: https://github.com/apache/creadur-rat/pull/257#discussion_r1623267643
########## apache-rat-core/src/main/java/org/apache/rat/analysis/license/DeprecatedConfig.java: ########## @@ -18,17 +18,19 @@ */ package org.apache.rat.analysis.license; +import org.apache.rat.DeprecationReporter; import org.apache.rat.license.ILicense; import org.apache.rat.license.ILicenseFamily; /** * A temporary interface for deprecated configuration options. */ @Deprecated // remove in v1.0 [email protected](since = "0.16.0", forRemoval = true, use = "new configuration options") Review Comment: LHF: 0.16 please ########## apache-rat-core/src/main/java/org/apache/rat/analysis/license/FullTextMatchingLicense.java: ########## @@ -32,12 +33,14 @@ * @deprecated Use new configuration options */ @Deprecated // Since 0.16 [email protected](since = "0.16.0", forRemoval = true, use = "new configuration options") Review Comment: LHF: 0.16 please -- 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]
