Skip to content

Commit 64945d5

Browse files
committed
[IO-872] PathUtils.directoryAndFileContentEquals doesn't work across
FileSystems - Remove WIP comment
1 parent 32e881a commit 64945d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ private static boolean equalsIgnoreFileSystem(final Path path1, final Path path2
134134
}
135135
// Compare paths from different file systems component by component.
136136
return extractKey(separator1, string1).equals(extractKey(separator2, string2));
137-
//return Arrays.equals(string1.split("\\" + separator1), string2.split("\\" + separator2));
138137
}
139138

140139
static String extractKey(final String separator, final String string) {

0 commit comments

Comments
 (0)