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 2020/01/04 18:38:41 UTC

[commons-vfs] 02/02: Remove trailing white spaces on all lines.

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 1a177aa792f43a557971435208320a385bb11802
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 4 13:37:25 2020 -0500

    Remove trailing white spaces on all lines.
---
 .../java/org/apache/commons/vfs2/provider/HostFileNameParser.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 4b9538d..07c90ce 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
@@ -210,7 +210,7 @@ public class HostFileNameParser extends AbstractFileNameParser {
 
     /**
      * Extracts the scheme, userinfo, hostname and port components of a generic URI.
-     * 
+     *
      * @param uri The absolute URI to parse.
      * @param name Used to return the remainder of the URI.
      * @return Authority extracted host authority, never null.
@@ -221,11 +221,11 @@ public class HostFileNameParser extends AbstractFileNameParser {
     protected Authority extractToPath(final String uri, final StringBuilder name) throws FileSystemException {
         return extractToPath(null, uri, name);
     }
-        
+
     /**
      * Extracts the scheme, userinfo, hostname and port components of a generic URI.
-     * 
-     * @param context component context. 
+     *
+     * @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.