[
https://issues.apache.org/jira/browse/FLINK-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027956#comment-16027956
]
ASF GitHub Bot commented on FLINK-6695:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/4004#discussion_r118850095
--- Diff:
flink-contrib/flink-storm-examples/src/main/java/org/apache/flink/storm/split/operators/VerifyAndEnrichBolt.java
---
@@ -30,7 +30,7 @@
/**
* Verifies that incoming numbers are either even or odd, controlled by
the constructor argument. Emitted tuples are
- * enriched with a new string field containing either "even" or "odd",
based on the numbers parity.
+ * enriched with a new string field containing either "even" or "odd",
based on the numbers' parity.
--- End diff --
I think I got this wrong, too. Should probably be `number's`.
> Activate strict checkstyle in flink-contrib
> -------------------------------------------
>
> Key: FLINK-6695
> URL: https://issues.apache.org/jira/browse/FLINK-6695
> Project: Flink
> Issue Type: Sub-task
> Components: flink-contrib
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Trivial
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)