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 2019/12/24 22:14:45 UTC

[commons-vfs] branch master updated: Restore binary compatibility with 2.4.1. Javadoc.

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 3ff664c  Restore binary compatibility with 2.4.1. Javadoc.
3ff664c is described below

commit 3ff664c33979851959cc474faa1f91b1ef017167
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 24 17:14:41 2019 -0500

    Restore binary compatibility with 2.4.1.
    Javadoc.
---
 .../main/java/org/apache/commons/vfs2/provider/HostFileNameParser.java   | 1 -
 1 file changed, 1 deletion(-)

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 2da513b..4b9538d 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
@@ -211,7 +211,6 @@ public class HostFileNameParser extends AbstractFileNameParser {
     /**
      * Extracts the scheme, userinfo, hostname and port components of a generic URI.
      * 
-     * @param context component context. 
      * @param uri The absolute URI to parse.
      * @param name Used to return the remainder of the URI.
      * @return Authority extracted host authority, never null.