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 e9559ac35 Javadoc e9559ac35 is described below commit e9559ac3516991ded904988f82db4a6d7b8f4cb5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 23 10:26:02 2025 -0400 Javadoc --- .../main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java index eeb99afe0..20f28fef8 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java @@ -180,7 +180,7 @@ public abstract class AbstractFileObject<AFS extends AbstractFileSystem> impleme } /** - * Queries the object if a simple rename to the file name of {@code newfile} is possible. + * Tests if a simple rename to the file name of {@code newfile} is possible. * * @param newfile the new file name * @return true if rename is possible