Claudenw commented on code in PR #697:
URL: https://github.com/apache/creadur-rat/pull/697#discussion_r3588525986


##########
apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java:
##########
@@ -242,6 +259,16 @@ public ReportableListWalker.Builder getSources() {
         return builder;
     }
 
+    // for testing access
+    Iterable<File> sources() {
+        return sources;
+    }
+
+    // for testing access

Review Comment:
   We could add the guava library to pick up the @VisibleForTesting.  But I 
think we should do that as a single PR.



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