Github user uce commented on a diff in the pull request:

    https://github.com/apache/incubator-flink/pull/231#discussion_r20875678
  
    --- Diff: 
flink-java/src/test/java/org/apache/flink/api/java/operators/NamesTest.java ---
    @@ -60,7 +60,7 @@ public boolean filter(String value) throws Exception {
                        }
                }).output(new DiscardingOuputFormat<String>());
                JavaPlan plan = env.createProgramPlan();
    -           testForName("Filter at 
org.apache.flink.api.java.operators.NamesTest.testDefaultName(NamesTest.java:54)",
 plan);
    +           testForName("Filter at testDefaultName(NamesTest.java:54)", 
plan);
    --- End diff --
    
    Looks better :) +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to