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/07/03 18:12:49 UTC

[commons-vfs] branch master updated: Format tweak.

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 fd6785d  Format tweak.
fd6785d is described below

commit fd6785dc203a08f5a4a4382593edfecf1f7cabbc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jul 3 14:12:46 2019 -0400

    Format tweak.
---
 commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
index ca9624c..2938b0d 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
@@ -23,6 +23,7 @@ package org.apache.commons.vfs2;
  * </p>
  */
 public interface FileSelectInfo {
+    
     /**
      * Returns the base folder of the traversal.
      *