Claudenw commented on code in PR #442: URL: https://github.com/apache/creadur-rat/pull/442#discussion_r1947974955
########## apache-rat-core/src/main/java/org/apache/rat/document/DocumentNameMatcher.java: ########## @@ -400,9 +399,8 @@ public String toString() { interface CollectionPredicate extends Predicate<DocumentName> { Iterable<DocumentNameMatcher> getMatchers(); } - /** - * A marker class to indicate this predicate contains a collection of matchers. + * CollectionPredicate implementation. */ abstract static class CollectionPredicateImpl implements CollectionPredicate { Review Comment: Switched to DefaultCollectionPredicate -- 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