Skip to content

Commit 8c0a834

Browse files
author
Gary Gregory
committed
Javadoc cleanups.
1 parent e8afd47 commit 8c0a834

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)