[
https://issues.apache.org/jira/browse/FLINK-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16087630#comment-16087630
]
ASF GitHub Bot commented on FLINK-7185:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4340#discussion_r127504115
--- Diff:
flink-java/src/main/java/org/apache/flink/api/java/io/CsvInputFormat.java ---
@@ -21,13 +21,18 @@
import org.apache.flink.annotation.Internal;
import org.apache.flink.api.common.io.GenericCsvInputFormat;
import org.apache.flink.core.fs.FileInputSplit;
+import org.apache.flink.core.fs.Path;
import org.apache.flink.types.parser.FieldParser;
import org.apache.flink.util.Preconditions;
+import org.apache.flink.util.StringUtils;
import java.io.IOException;
-import org.apache.flink.core.fs.Path;
-import org.apache.flink.util.StringUtils;
+/**
+ * InputFormat thar reads csv files.
--- End diff --
thar -> that
> Activate checkstyle flink-java/io
> ---------------------------------
>
> Key: FLINK-7185
> URL: https://issues.apache.org/jira/browse/FLINK-7185
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)