Claudenw commented on code in PR #375:
URL: https://github.com/apache/creadur-rat/pull/375#discussion_r1823141200
##########
apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java:
##########
@@ -279,15 +279,15 @@ public void addExcludedCollection(StandardCollection
collection) {
* @param collection the StandardCollection to exclude.
* @see ExclusionProcessor#addFileProcessor(StandardCollection)
*/
- public void addExcludedFileProcessor(StandardCollection collection) {
+ public void addExcludedFileProcessor(final StandardCollection collection) {
Review Comment:
Handled in RAT-423
--
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]