Repository: flink
Updated Branches:
  refs/heads/master eba6f9a2f -> baeedba5d


[quickfix] Made recursive enumeration parameter flag public in FileInputFormat


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/baeedba5
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/baeedba5
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/baeedba5

Branch: refs/heads/master
Commit: baeedba5d1dbf43180dcec77f50dcf988edb105d
Parents: eba6f9a
Author: Fabian Hueske <fhue...@apache.org>
Authored: Tue May 26 17:07:11 2015 +0200
Committer: Fabian Hueske <fhue...@apache.org>
Committed: Tue May 26 17:07:34 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/flink/api/common/io/FileInputFormat.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/baeedba5/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
----------------------------------------------------------------------
diff --git 
a/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java 
b/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
index 1d86ece..6183778 100644
--- 
a/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
+++ 
b/flink-core/src/main/java/org/apache/flink/api/common/io/FileInputFormat.java
@@ -886,7 +886,7 @@ public abstract class FileInputFormat<OT> implements 
InputFormat<OT, FileInputSp
        /**
         * The config parameter which defines whether input directories are 
recursively traversed.
         */
-       private static final String ENUMERATE_NESTED_FILES_FLAG = 
"recursive.file.enumeration";
+       public static final String ENUMERATE_NESTED_FILES_FLAG = 
"recursive.file.enumeration";
        
        
        // ----------------------------------- Config Builder 
-----------------------------------------

Reply via email to