Skip to content

Commit 60319bd

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent f739c1c commit 60319bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import java.io.File;
2020
import java.util.Arrays;
21-
import java.util.Collections;
2221
import java.util.Comparator;
2322
import java.util.List;
2423

@@ -49,7 +48,7 @@ public File[] sort(final File... files) {
4948
/**
5049
* Sorts a List of files.
5150
* <p>
52-
* This method uses {@link Collections#sort(List, Comparator)} and returns the original list.
51+
* This method uses {@link List#sort(Comparator)} and returns the original list.
5352
* </p>
5453
*
5554
* @param files The files to sort, may be null.

0 commit comments

Comments
 (0)