This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new e2b6f89d Fix Javadoc
e2b6f89d is described below
commit e2b6f89d73133dfae8b6751e2647d3516ccf2a7b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 2 16:19:25 2023 -0400
Fix Javadoc
---
.../java/org/apache/commons/io/comparator/DefaultFileComparator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/io/comparator/DefaultFileComparator.java
b/src/main/java/org/apache/commons/io/comparator/DefaultFileComparator.java
index 88be4e00..9a6880f2 100644
--- a/src/main/java/org/apache/commons/io/comparator/DefaultFileComparator.java
+++ b/src/main/java/org/apache/commons/io/comparator/DefaultFileComparator.java
@@ -21,7 +21,7 @@ import java.io.Serializable;
import java.util.Comparator;
/**
- * s two files using the <b>default</b> {@link File#compareTo(File)} method.
+ * Compares two files using the <b>default</b> {@link File#compareTo(File)}
method.
* <p>
* This comparator can be used to sort lists or arrays of files
* by using the default file comparison.