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


##########
apache-rat-core/src/main/java/org/apache/rat/Defaults.java:
##########
@@ -76,21 +77,43 @@ public final class Defaults {
 
     private final LicenseSetFactory setFactory;
 
-
+    static {
+         URL url = Defaults.class.getResource("/org/apache/rat/default.xml");

Review Comment:
   Should we extract this URI into a constant as we are using it more than once 
....



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