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-jci.git
The following commit(s) were added to refs/heads/master by this push:
new 5fa59d6 Javadoc: Fix double the
5fa59d6 is described below
commit 5fa59d6986b1b3d0f8ab27f86f573a02adaa312c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:16:12 2025 -0500
Javadoc: Fix double the
---
.../apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java
b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java
index 560cfc6..198c0d7 100644
---
a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java
+++
b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java
@@ -26,7 +26,7 @@ import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/**
- * Spawns of a monitoring thread triggering the the observers and managing the
their listeners.
+ * Spawns of a monitoring thread triggering the observers and managing the
their listeners.
*/
public final class FilesystemAlterationMonitor implements Runnable {