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 3ba00d5 Javadoc nit. 3ba00d5 is described below commit 3ba00d54cf1f570c433ae8c871921111689a9ff6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 9 17:36:21 2021 -0400 Javadoc nit. --- .../src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java index a55f39b..358f69f 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java @@ -262,7 +262,7 @@ public class LocalFile extends AbstractFileObject<LocalFileSystem> { } /** - * Returns the local file that this file object represents. + * Gets the local file that this file object represents. * * @return the local file that this file object represents. */