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
The following commit(s) were added to refs/heads/master by this push: new 5f4643338 Javadoc 5f4643338 is described below commit 5f46433389559c2aa4cf57c1567f59ce199fd2a5 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 08:56:02 2025 -0400 Javadoc --- .../src/main/java/org/apache/commons/vfs2/FileSystemException.java | 6 +++--- commons-vfs2/src/main/java/org/apache/commons/vfs2/FilesCache.java | 2 +- .../java/org/apache/commons/vfs2/provider/jar/JarFileSystem.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemException.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemException.java index 41e6e93c2..2b9aeedf9 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemException.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemException.java @@ -189,7 +189,7 @@ public class FileSystemException extends IOException { } /** - * Retrieves error code of the exception. Could be used as key for internationalization. + * Gets error code of the exception. Could be used as key for internationalization. * * @return the code. */ @@ -198,7 +198,7 @@ public class FileSystemException extends IOException { } /** - * Retrieves array of complementary info (context). Could be used as parameter for internationalization. + * Gets array of complementary info (context). Could be used as parameter for internationalization. * * @return the context info. */ @@ -207,7 +207,7 @@ public class FileSystemException extends IOException { } /** - * Retrieves message from bundle. + * Gets message from bundle. * * @return The exception message. */ diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FilesCache.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FilesCache.java index 05017f61a..cfe142840 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FilesCache.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FilesCache.java @@ -34,7 +34,7 @@ public interface FilesCache { void close(); /** - * Retrieves a FileObject from the cache by name. + * Gets a FileObject from the cache by name. * * @param fileSystem The FileSystem. * @param fileName the name diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/jar/JarFileSystem.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/jar/JarFileSystem.java index 5be90c116..4ab68def0 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/jar/JarFileSystem.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/jar/JarFileSystem.java @@ -93,7 +93,7 @@ public class JarFileSystem extends ZipFileSystem { } /** - * Retrieves the attribute with the specified name. The default implementation simply throws an exception. + * Gets the attribute with the specified name. The default implementation simply throws an exception. * * @param attrName The attribute's name. * @return The value of the attribute.