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
commit 94b2c74057df9244d7537fa33e0e8e319e29a6da Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 28 08:10:54 2021 -0400 Javadoc. --- .../java/org/apache/commons/vfs2/provider/HostFileNameParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/HostFileNameParser.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/HostFileNameParser.java index a3bcb7c..e602cc3 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/HostFileNameParser.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/HostFileNameParser.java @@ -27,10 +27,10 @@ import org.apache.commons.vfs2.util.CryptorFactory; /** * Implementation for any URL based file system. * <p> - * Parses the URL into user/password/host/port/path. Does not handle a query string (after ?) + * Parses the URL into user/password/host/port/path. Does not handle a query string (after ?). * </p> * - * @see URLFileNameParser URLFileNameParser for the implementation which also handles the query string too + * @see URLFileNameParser URLFileNameParser for the implementation which also handles the query string too. */ public class HostFileNameParser extends AbstractFileNameParser { /**