Skip to content

Commit 96d5ebb

Browse files
committed
Fix Javadoc error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@723941 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4c83c48 commit 96d5ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)