[ 
https://issues.apache.org/jira/browse/FLINK-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16087627#comment-16087627
 ] 

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_r127506234
  
    --- Diff: 
flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java 
---
    @@ -266,42 +269,41 @@ public void ignoreSingleCharPrefixComments() {
                        fail("Test failed due to a " + ex.getClass().getName() 
+ ": " + ex.getMessage());
                }
        }
    -   
    +
        @Test
        public void ignoreMultiCharPrefixComments() {
                try {
    -                   
    -                   
    +
                        final String fileContent = "//description of the 
data\n" +
    -                                                                      
"//successive commented line\n" +
    -                                                                      
"this is|1|2.0|\n"+
    -                                                                      "a 
test|3|4.0|\n" +
    -                                                                      
"//next|5|6.0|\n";
    -                   
    +                                                                           
"//successive commented line\n" +
    --- End diff --
    
    move more to the left


> 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)

Reply via email to