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 edff38c Javadoc: Uppercase acronyms. edff38c is described below commit edff38c3970b3e0a1b9de7ee905f76aaa331fbe4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 25 09:14:29 2021 -0500 Javadoc: Uppercase acronyms. --- .../org/apache/commons/vfs2/provider/GenericURLFileNameParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/GenericURLFileNameParser.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/GenericURLFileNameParser.java index 63ade7e..9247e84 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/GenericURLFileNameParser.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/GenericURLFileNameParser.java @@ -21,9 +21,9 @@ import org.apache.commons.vfs2.FileSystemException; import org.apache.commons.vfs2.FileType; /** - * Generic implementation for any url based file system, without depending a specific library. + * Generic implementation for any URL based file system, without depending a specific library. * <p> - * Parses the url into user/password/host/port/path/queryString. + * Parses the URL into user/password/host/port/path/queryString. * </p> */ public class GenericURLFileNameParser extends HostFileNameParser {