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 26c8d929989203f99b3c6677f6bee737e3e8760a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 28 06:52:12 2025 -0400 Javadoc --- .../java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java index c55c8fda9..4c375bc18 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java @@ -27,13 +27,13 @@ import org.apache.commons.vfs2.FileSystem; */ final class FileSystemAndNameKey implements Comparable<FileSystemAndNameKey> { - /** The FileSystem */ + /** The FileSystem. */ private final FileSystem fileSystem; - /** The FileName */ + /** The FileName. */ private final FileName fileName; - /** Hash code to identify this object */ + /** Hash code to identify this object. */ private final int fileSystemId; FileSystemAndNameKey(final FileSystem fileSystem, final FileName fileName) {