ottlinger commented on code in PR #249:
URL: https://github.com/apache/creadur-rat/pull/249#discussion_r1599793352
##########
apache-rat-core/src/main/java/org/apache/rat/license/LicenseSetFactory.java:
##########
@@ -75,7 +77,8 @@ public LicenseSetFactory(SortedSet<ILicense> licenses,
Collection<String> approv
* @return An empty sorted set of ILicense objects.
*/
public static SortedSet<ILicense> emptyLicenseSet() {
- return new TreeSet<>(ILicense.getComparator());
+ //return new TreeSet<>((a,b) ->
a.getLicenseFamily().compareTo(b.getLicenseFamily()));
Review Comment:
LHF: rm old code
--
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]