Skip to content

Commit e24da2b

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent 6332875 commit e24da2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
* by their last modified date/time.
2929
* <p>
3030
* Example of sorting a list of files using the
31-
* {@link #INSTANCE} singleton instance:
31+
* {@link #LASTMODIFIED_COMPARATOR} singleton instance:
3232
* <pre>
3333
* List&lt;File&gt; list = ...
3434
* ((AbstractFileComparator) LastModifiedFileComparator.LASTMODIFIED_COMPARATOR).sort(list);
3535
* </pre>
3636
* <p>
3737
* Example of doing a <i>reverse</i> sort of an array of files using the
38-
* {@link #INSTANCE_REVERSE} singleton instance:
38+
* {@link #LASTMODIFIED_REVERSE} singleton instance:
3939
* <pre>
4040
* File[] array = ...
4141
* ((AbstractFileComparator) LastModifiedFileComparator.LASTMODIFIED_REVERSE).sort(array);

0 commit comments

Comments
 (0)