You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/06/05 06:46:30 UTC

flink git commit: [hotfix][cep] Fix checkstyle violation in CEPOperatorTest

Repository: flink
Updated Branches:
  refs/heads/master 055bc3e9d -> d63b98371


[hotfix][cep] Fix checkstyle violation in CEPOperatorTest

This closes #6117.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d63b9837
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/d63b9837
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/d63b9837

Branch: refs/heads/master
Commit: d63b98371f8a7c7b28e30ac9bb34bf97e6d33a0e
Parents: 055bc3e
Author: sihuazhou <su...@163.com>
Authored: Tue Jun 5 14:37:59 2018 +0800
Committer: zentol <ch...@apache.org>
Committed: Tue Jun 5 08:45:55 2018 +0200

----------------------------------------------------------------------
 .../test/java/org/apache/flink/cep/operator/CEPOperatorTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d63b9837/flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.java
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.java b/flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.java
index 527f095..98cb468 100644
--- a/flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.java
+++ b/flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPOperatorTest.java
@@ -743,7 +743,7 @@ public class CEPOperatorTest extends TestLogger {
 			null,
 			lateDataTag);
 		try (OneInputStreamOperatorTestHarness<Event, Map<String, List<Event>>> harness =
-				 CepOperatorTestUtilities.getCepTestHarness(operator)) {
+				CepOperatorTestUtilities.getCepTestHarness(operator)) {
 
 			harness.open();