garydgregory commented on a change in pull request #31: DirectoryUtils - isEqual to compare directories URL: https://github.com/apache/commons-io/pull/31#discussion_r350253830
########## File path: src/test/java/org/apache/commons/io/DirectoryUtilsTestCase_Nested.java ########## @@ -0,0 +1,66 @@ +package org.apache.commons.io; + +import static org.junit.Assert.*; Review comment: Do not use `*` imports. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
