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


##########
apache-rat-core/src/main/java/org/apache/rat/analysis/LicenseCollection.java:
##########
@@ -22,33 +22,37 @@
 import java.util.Collections;
 
 import org.apache.rat.analysis.matchers.AbstractMatcherContainer;
+import org.apache.rat.config.parameters.Description;
 import org.apache.rat.license.ILicense;
 import org.apache.rat.license.ILicenseFamily;
 
 /**
- * A collection of ILicenses that acts as a single License for purposes of 
Analysis.
+ * A collection of ILicenses that acts as a single License for purposes of
+ * Analysis.
  * <p>
- * This class process each license in turn on each {@code matches(String)} 
call.  When a match is found the 
- * ILicenseFamily for the matching license is captured and used as the family 
for this license. If no matching 
- * license has been found the default {@code dummy} license category is used.
+ * This class process each license in turn on each {@code matches(String)} 
call.

Review Comment:
   typo: processes instead of process



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