Claudenw commented on code in PR #421:
URL: https://github.com/apache/creadur-rat/pull/421#discussion_r1930898273
##########
apache-rat-core/src/main/java/org/apache/rat/api/Document.java:
##########
@@ -61,11 +61,11 @@ public enum Type {
/**
* Creates an instance.
* @param name the native NameSet of the resource.
- * @param nameExcluder the document name matcher to filter
directories/files.
+ * @param nameMatcher the document name matcher to filter
directories/files.
*/
- protected Document(final DocumentName name, final DocumentNameMatcher
nameExcluder) {
+ protected Document(final DocumentName name, final DocumentNameMatcher
nameMatcher) {
Review Comment:
I was overzealous in the rename. This actually is a matcher usage not
excluder.
--
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]