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 8d4379c9635ceb2dfc6a94dc1b1698de5d47d8c4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 27 11:31:18 2021 -0400

    Javadoc typo and normalization of verbs.
---
 .../apache/commons/vfs2/provider/local/GenericFileNameParser.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java
index 3cdf9d9..519eb7a 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/local/GenericFileNameParser.java
@@ -29,16 +29,16 @@ public class GenericFileNameParser extends 
LocalFileNameParser {
     private static final GenericFileNameParser INSTANCE = new 
GenericFileNameParser();
 
     /**
-     * retrieve a instance to this parser.
+     * Gets the singleton instance.
      *
-     * @return the parser
+     * @return the singleton instance.
      */
     public static GenericFileNameParser getInstance() {
         return INSTANCE;
     }
 
     /*
-     * ... this is why whe need this: here the rootFilename can only be "/" 
(see above) put this "/" is also in the
+     * ... this is why why need this: here the rootFilename can only be "/" 
(see above) put this "/" is also in the
      * pathname so its of no value for the LocalFileName instance
      */
     @Override
@@ -48,7 +48,7 @@ public class GenericFileNameParser extends 
LocalFileNameParser {
     }
 
     /**
-     * Pops the root prefix off a URI, which has had the scheme removed.
+     * Extracts the root prefix from a URI string, which has had the scheme 
removed.
      */
     @Override
     protected String extractRootPrefix(final String uri, final StringBuilder 
name) throws FileSystemException {

Reply via email to