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 2012/10/29 04:53:01 UTC

svn commit: r1403159 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java

Author: ggregory
Date: Mon Oct 29 03:53:01 2012
New Revision: 1403159

URL: http://svn.apache.org/viewvc?rev=1403159&view=rev
Log:
Checkstyle: Line has trailing spaces.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java?rev=1403159&r1=1403158&r2=1403159&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java Mon Oct 29 03:53:01 2012
@@ -34,7 +34,7 @@ public abstract class FileSystemConfigBu
     {
         this.prefix = PREFIX;
     }
-    
+
     /** @since 2.0 */
     protected FileSystemConfigBuilder(String component)
     {
@@ -88,7 +88,7 @@ public abstract class FileSystemConfigBu
 
     /**
      * Gets the system property for the given name.
-     * 
+     *
      * @param name The name to lookup combined with the prefix.
      * @return a system property.
      */
@@ -357,7 +357,7 @@ public abstract class FileSystemConfigBu
 
     /**
      * Converts the given name into a System property key for this builder.
-     * 
+     *
      * @param name a name to combine with the builder prefix.
      * @return a System property key for this builder.
      */