XenoAmess commented on a change in pull request #325:
URL: https://github.com/apache/commons-io/pull/325#discussion_r800049483



##########
File path: src/main/java/org/apache/commons/io/filefilter/RegexFileFilter.java
##########
@@ -16,6 +16,8 @@
  */
 package org.apache.commons.io.filefilter;
 
+import org.apache.commons.io.IOCase;

Review comment:
       according to minimal change, this import's position change is 
unnecessary to this issue, suggest revert these 4 lines changes.

##########
File path: src/main/java/org/apache/commons/io/filefilter/RegexFileFilter.java
##########
@@ -24,8 +26,6 @@
 import java.util.function.Function;
 import java.util.regex.Pattern;
 
-import org.apache.commons.io.IOCase;

Review comment:
       and this too.




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