Skip to content

Commit 19512f4

Browse files
authored
Update DirectoryFileComparator.java
Checkstyle.
1 parent 5ec079b commit 19512f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/comparator/DirectoryFileComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Example of doing a <i>reverse</i> sort of an array of files/directories using the {@link #DIRECTORY_REVERSE}
3838
* singleton instance:
3939
* </p>
40-
*
40+
*
4141
* <pre>
4242
* File[] array = ...
4343
* ((AbstractFileComparator) DirectoryFileComparator.DIRECTORY_REVERSE).sort(array);

0 commit comments

Comments
 (0)