[
https://issues.apache.org/jira/browse/FLINK-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022825#comment-16022825
]
ASF GitHub Bot commented on FLINK-6137:
---------------------------------------
Github user dawidwys commented on a diff in the pull request:
https://github.com/apache/flink/pull/3976#discussion_r118240567
--- Diff:
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPRescalingTest.java
---
@@ -64,7 +68,7 @@ public Integer getKey(Event value) throws Exception {
Event startEvent1 = new Event(7, "start", 1.0);
SubEvent middleEvent1 = new SubEvent(7, "foo", 1.0, 10.0);
- Event endEvent1= new Event(7, "end", 1.0);
+ Event endEvent1 = new Event(7, "end", 1.0);
--- End diff --
Agree, I tried removing them. I must have missed this one.
> Activate strict checkstyle for flink-cep
> ----------------------------------------
>
> Key: FLINK-6137
> URL: https://issues.apache.org/jira/browse/FLINK-6137
> Project: Flink
> Issue Type: Sub-task
> Components: CEP
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Minor
>
> Add a custom checkstyle.xml for `flink-cep` library as in [FLINK-6107]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)