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


##########
apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java:
##########
@@ -227,7 +227,7 @@ public boolean isDryRun() {
      * Gets the file name filter for files to ignore.
      * @return The filename filter that identifies files to ignore.
      */
-    public FilenameFilter getFilesToIgnore() {
+    public IOFileFilter getFilesToIgnore() {

Review Comment:
   WHat is the benefit of this IOFileFilter in contrast to FilenameFilter?



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