garydgregory commented on code in PR #790:
URL: https://github.com/apache/commons-io/pull/790#discussion_r2386303032


##########
src/main/java/org/apache/commons/io/IOUtils.java:
##########
@@ -17,6 +17,8 @@
 
 package org.apache.commons.io;
 
+import static java.util.Objects.requireNonNull;

Review Comment:
   In general, we only use static imports in unit tests for JUnit. These 
changes creates a lot of clutter in the PR which makes it larger than it needs 
to be.
   



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