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 f4307695cf08a15cb0c7f9cdc3f69b91b5de4c49 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 28 06:56:00 2025 -0400 Javadoc --- .../src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java index aa6d881c8..bc7154190 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/NullFilesCache.java @@ -21,7 +21,7 @@ import org.apache.commons.vfs2.FileObject; import org.apache.commons.vfs2.FileSystem; /** - * A {@link org.apache.commons.vfs2.FilesCache} implementation. + * A no-op {@link org.apache.commons.vfs2.FilesCache} implementation. * <p> * This implementation never ever caches a single file. * </p>