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


##########
apache-rat-core/src/main/java/org/apache/rat/configuration/LicenseReader.java:
##########
@@ -37,9 +38,16 @@ public interface LicenseReader {
     /**
      * Reads the configuration and extracts instances of ILicense.
      * 
-     * @return A collection of Base licenses.
+     * @return A collection of ILicense.
      */
     SortedSet<ILicense> readLicenses();
+    
+    /**
+     * Reads the configuration and extracts instances of ILicenseFamily.
+     * 
+     * @return A collection of iLicensFamily.

Review Comment:
   iLicenseFamily?



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

Reply via email to