[
https://issues.apache.org/jira/browse/FLINK-6720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026868#comment-16026868
]
ASF GitHub Bot commented on FLINK-6720:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3999#discussion_r118787991
--- Diff: flink-java8/src/test/java/org/apache/flink/cep/CEPLambdaTest.java
---
@@ -33,23 +33,31 @@
import java.util.List;
import java.util.Map;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+/**
+ * Tests for lambda support in CEP.
+ */
public class CEPLambdaTest extends TestLogger {
+ /**
+ * Test event class.
+ */
public static class EventA {}
+ /**
+ * Test even class.
--- End diff --
"even" -> "event"
> Activate strict checkstyle for flink-java8
> ------------------------------------------
>
> Key: FLINK-6720
> URL: https://issues.apache.org/jira/browse/FLINK-6720
> Project: Flink
> Issue Type: Sub-task
> Components: Java API
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)