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


##########
apache-rat-core/src/main/java/org/apache/rat/configuration/builders/MatcherRefBuilder.java:
##########
@@ -20,19 +20,26 @@
 
 import java.util.Map;
 
+import org.apache.rat.ConfigurationException;
 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 reference matching Matcher builder.
- * <p>
- * This class stores a matcher id as a reference to the matcher.  It also has 
a map of matcher ids to the matcher
- * instances.  When build is called the matcher reference is looked up in the 
map.  If it is found then it is returned
- * value from the {@code build()} call.  If the reference is not located then 
a IHeaderMatcherProxy is returned.
- * the IHeaderMatcherProxy is resolved in a later configuration construction 
phase.
+ * A reference matching Matcher builder. <p> This class stores a matcher id as 
a
+ * reference to the matcher. It also has a map of matcher ids to the matcher
+ * instances. When build is called the matcher reference is looked up in the

Review Comment:
   When {@code build()} is called ....



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