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 eaf0d6b Javadoc. eaf0d6b is described below commit eaf0d6bdcd5436a145488656650bc7744bc6c770 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 3 08:37:06 2021 -0500 Javadoc. --- .../src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java index e7e2ee6..86567a5 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java @@ -551,7 +551,7 @@ public abstract class FileSystemConfigBuilder { * Gets the root URI of the file system. * * @param fileSystemOptions file system options to query, may be null. - * @return The root URI + * @return The root URI, or null. * * @since 2.0 */