ottlinger commented on code in PR #233:
URL: https://github.com/apache/creadur-rat/pull/233#discussion_r1555908286
##########
apache-rat-core/src/main/java/org/apache/rat/analysis/matchers/SimpleTextMatcher.java:
##########
@@ -19,36 +19,49 @@
package org.apache.rat.analysis.matchers;
import org.apache.commons.lang3.StringUtils;
+import org.apache.rat.analysis.IHeaders;
+import org.apache.rat.config.parameters.Component;
+import org.apache.rat.config.parameters.ConfigComponent;
/**
* A simple text matching IHeaderMatcher implementation.
*/
-public class SimpleTextMatcher extends AbstractSimpleMatcher {
- private final String pattern;
+@ConfigComponent(type = Component.Type.Matcher, name = "text", desc = "Matches
the enclosed the text")
Review Comment:
Typo "the enclosed text"
--
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]