jsoref commented on code in PR #468:
URL: https://github.com/apache/commons-io/pull/468#discussion_r1274249061


##########
src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java:
##########
@@ -44,7 +44,7 @@ private String getName() {
 
     @Test
     public void testDirectoryAndFileContentEquals() throws Exception {
-        // Non-existent files
+        // Nonexistent files

Review Comment:
   Sure, but do note that you're already using it in 
[‎src/main/java/org/apache/commons/io/FileUtils.java](https://github.com/apache/commons-io/blob/06fde31494c279ad940149e1a3d4944040c73c0d/src/main/java/org/apache/commons/io/FileUtils.java#L1091)
 per 
https://github.com/search?q=repo%3Aapache%2Fcommons-io%20nonexistent&type=code



##########
src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java:
##########
@@ -44,7 +44,7 @@ private String getName() {
 
     @Test
     public void testDirectoryAndFileContentEquals() throws Exception {
-        // Non-existent files
+        // Nonexistent files

Review Comment:
   Sure, but do note that you're already using it in 
[‎src/main/java/org/apache/commons/io/FileUtils.java](https://github.com/apache/commons-io/blob/06fde31494c279ad940149e1a3d4944040c73c0d/src/main/java/org/apache/commons/io/FileUtils.java#L1091)
 per 
https://github.com/search?q=repo%3Aapache%2Fcommons-io%20nonexistent&type=code



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