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 2021/11/25 14:14:32 UTC

[commons-vfs] branch master updated: Javadoc: Uppercase acronyms.

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 <ga...@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 {