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 d1cd1e7 Javadoc
d1cd1e7 is described below
commit d1cd1e7ea1d4a67ee87991f738f72bb4b7dc2f58
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Mar 16 10:58:15 2025 -0400
Javadoc
- Our guidelines recommends avoiding personal Javadoc author tags
- Developers and Contributors can be listed in the POM
---
.../commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java
b/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java
index 912b326..5bbfeef 100644
---
a/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java
+++
b/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java
@@ -29,7 +29,6 @@ import org.apache.commons.logging.LogFactory;
/**
* AbstractFilesystemAlterationListener provides some convenience methods
helping to
* implement a FilesystemAlterationListener.
- * @author tcurdt
*/
public abstract class AbstractFilesystemAlterationListener implements
FilesystemAlterationListener {