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

    https://github.com/apache/flink/pull/1398#discussion_r45893806
  
    --- Diff: 
flink-contrib/flink-storm/src/test/java/org/apache/flink/storm/api/TestSpout.java
 ---
    @@ -16,13 +16,13 @@
      */
     package org.apache.flink.storm.api;
     
    -import java.util.Map;
    -
     import backtype.storm.spout.SpoutOutputCollector;
     import backtype.storm.task.TopologyContext;
     import backtype.storm.topology.IRichSpout;
     import backtype.storm.topology.OutputFieldsDeclarer;
     
    +import java.util.Map;
    +
     public class TestSpout implements IRichSpout {
        private static final long serialVersionUID = -4884029383198924007L;
    --- End diff --
    
    pure reformatting


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to