You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by greghogan <gi...@git.apache.org> on 2017/05/28 17:46:04 UTC

[GitHub] flink pull request #4004: [FLINK-6695] Activate strict checkstyle in flink-c...

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

    https://github.com/apache/flink/pull/4004#discussion_r118845633
  
    --- Diff: flink-contrib/flink-storm-examples/src/test/java/org/apache/flink/storm/split/SplitBoltTopology.java ---
    @@ -15,23 +15,28 @@
      * See the License for the specific language governing permissions and
      * limitations under the License.
      */
    +
     package org.apache.flink.storm.split;
     
    -import org.apache.storm.topology.TopologyBuilder;
     import org.apache.flink.storm.split.operators.RandomSpout;
     import org.apache.flink.storm.split.operators.VerifyAndEnrichBolt;
     import org.apache.flink.storm.util.BoltFileSink;
     import org.apache.flink.storm.util.BoltPrintSink;
     import org.apache.flink.storm.util.OutputFormatter;
     import org.apache.flink.storm.util.TupleOutputFormatter;
     
    +import org.apache.storm.topology.TopologyBuilder;
    +
    +/**
    + * A simple topology that splits a number stream based the numbers parity, and verifies the result.
    --- End diff --
    
    numbers -> numbers'


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