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 f6fe1e9  Remove trailing whitespace.
f6fe1e9 is described below

commit f6fe1e98f34134fbf7748de5cc393dbe966dbdfe
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 18 21:39:09 2019 -0400

    Remove trailing whitespace.
---
 .../apache/commons/vfs2/util/DelegatingFileSystemOptionsBuilder.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/DelegatingFileSystemOptionsBuilder.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/DelegatingFileSystemOptionsBuilder.java
index e960c57..e716c09 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/DelegatingFileSystemOptionsBuilder.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/DelegatingFileSystemOptionsBuilder.java
@@ -49,7 +49,7 @@ import org.apache.commons.vfs2.FileSystemOptions;
  * </pre>
  */
 public class DelegatingFileSystemOptionsBuilder {
-    
+
     @SuppressWarnings("unchecked") // OK, it is a String
     private static final Class<String>[] STRING_PARAM = new Class[] { 
String.class };
     private static final Map<String, Class<?>> PRIMATIVE_TO_OBJECT = new 
TreeMap<>();

Reply via email to