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-vfs.git

commit 1fdad6dd7e897fca4c639505c0ecbb08e28f2565
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 28 06:55:56 2025 -0400

    Javadoc
---
 .../src/main/java/org/apache/commons/vfs2/cache/AbstractFilesCache.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/AbstractFilesCache.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/AbstractFilesCache.java
index 21913e34d..aa61b6251 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/AbstractFilesCache.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/AbstractFilesCache.java
@@ -21,7 +21,7 @@ import org.apache.commons.vfs2.FilesCache;
 import org.apache.commons.vfs2.provider.AbstractVfsComponent;
 
 /**
- * Abstract base class for FilesCache implementations.
+ * Abstracts {@link FilesCache} implementations.
  */
 public abstract class AbstractFilesCache extends AbstractVfsComponent 
implements FilesCache {
 

Reply via email to