You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/02/01 13:00:19 UTC

[commons-vfs] branch master updated: Javadoc nit.

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 d8c1e06  Javadoc nit.
d8c1e06 is described below

commit d8c1e06458e5ed739f7a07ff077b0843d1990ca7
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Feb 1 08:00:17 2019 -0500

    Javadoc nit.
---
 .../main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java
index ba3d340..a1f070a 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java
@@ -516,7 +516,7 @@ public abstract class AbstractFileSystem extends AbstractVfsComponent implements
     }
 
     /**
-     * Returns true if no file is using this filesystem.
+     * Returns true if no file is using this FileSystem.
      *
      * @return true if no file is using this FileSystem.
      */