ottlinger commented on code in PR #233:
URL: https://github.com/apache/creadur-rat/pull/233#discussion_r1555660664


##########
apache-rat-core/src/main/java/org/apache/rat/analysis/matchers/OrMatcher.java:
##########
@@ -21,75 +21,44 @@
 import java.util.Collection;
 
 import org.apache.rat.analysis.IHeaderMatcher;
+import org.apache.rat.analysis.IHeaders;
+import org.apache.rat.config.parameters.Component;
+import org.apache.rat.config.parameters.ConfigComponent;
 
 /**
- * A matcher that performs a logical {@code OR} across all the contained 
matchers.
+ * A matcher that performs a logical {@code OR} across all the contained
+ * matchers.
  */
+@ConfigComponent(type = Component.Type.Matcher, name = "any", desc = "Returns 
true if at least one of the enclosed matchers return true.")

Review Comment:
   "returns true"? 



-- 
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

Reply via email to