File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/io/comparator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ abstract class AbstractFileComparator implements Comparator<File> {
3232 /**
3333 * Sort an array of files.
3434 * <p>
35- * This method uses {@link Arrays#sort(Object[], Comparator)}
36- * and returns the original array.
35+ * This method uses {@link Arrays#sort(Object[], Comparator)} and returns the original array.
36+ * </p>
3737 *
3838 * @param files The files to sort, may be null
3939 * @return The sorted array
@@ -49,8 +49,8 @@ public File[] sort(final File... files) {
4949 /**
5050 * Sort a List of files.
5151 * <p>
52- * This method uses {@link Collections#sort(List, Comparator)}
53- * and returns the original list.
52+ * This method uses {@link Collections#sort(List, Comparator)} and returns the original list.
53+ * </p>
5454 *
5555 * @param files The files to sort, may be null
5656 * @return The sorted list
You can’t perform that action at this time.
0 commit comments