This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git

commit ca78fd13e82f626e1936c9412d27d14ffbf6e457
Author: aloys <lofterzh...@gmail.com>
AuthorDate: Wed Apr 10 22:46:17 2019 +0800

    [hotfix][filesystem] Remove redundant 'for example' in JavaDocs.
    
    This closes #8143.
---
 .../src/main/java/org/apache/flink/api/common/io/InputFormat.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-core/src/main/java/org/apache/flink/api/common/io/InputFormat.java 
b/flink-core/src/main/java/org/apache/flink/api/common/io/InputFormat.java
index 300c237..8d41dd5 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/io/InputFormat.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/io/InputFormat.java
@@ -41,7 +41,7 @@ import org.apache.flink.core.io.InputSplitSource;
  * The life cycle of an input format is the following:
  * <ol>
  *   <li>After being instantiated (parameterless), it is configured with a 
{@link Configuration} object. 
- *       Basic fields are read from the configuration, such as for example a 
file path, if the format describes
+ *       Basic fields are read from the configuration, such as a file path, if 
the format describes
  *       files as input.</li>
  *   <li>Optionally: It is called by the compiler to produce basic statistics 
about the input.</li>
  *   <li>It is called to create the input splits.</li>

Reply via email to