Skip to content

Commit e2b6f89

Browse files
committed
Fix Javadoc
1 parent 3ec3fd0 commit e2b6f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.Comparator;
2222

2323
/**
24-
* s two files using the <b>default</b> {@link File#compareTo(File)} method.
24+
* Compares two files using the <b>default</b> {@link File#compareTo(File)} method.
2525
* <p>
2626
* This comparator can be used to sort lists or arrays of files
2727
* by using the default file comparison.

0 commit comments

Comments
 (0)