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 5c0adf3 Javadoc: Use "file system manager" instead of "filesystemmanager". 5c0adf3 is described below commit 5c0adf39d7cdc695b97f022916c00105ecace0c0 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 30 14:01:23 2019 -0400 Javadoc: Use "file system manager" instead of "filesystemmanager". --- commons-vfs2/src/main/java/org/apache/commons/vfs2/Capability.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/Capability.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/Capability.java index 79cba5c..431d7cd 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/Capability.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/Capability.java @@ -129,7 +129,7 @@ public enum Capability { /** * The provider itself do not provide a file system. It simply resolves a full name and dispatches the request back - * to the filesystemmanager. + * to the file system manager. * <p> * A provider with this capability cant tell much about the capabilities about the finally used file system in * advance.