This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 36562ce  Fixed CS for Camel-Flink
36562ce is described below

commit 36562cefbc73520aaf158ee537656686327b8e45
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jul 5 09:13:48 2019 +0200

    Fixed CS for Camel-Flink
---
 .../camel/component/flink/annotations/AnnotatedDataSetCallback.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-flink/src/main/java/org/apache/camel/component/flink/annotations/AnnotatedDataSetCallback.java
 
b/components/camel-flink/src/main/java/org/apache/camel/component/flink/annotations/AnnotatedDataSetCallback.java
index 2e43eb30..d7fa104 100644
--- 
a/components/camel-flink/src/main/java/org/apache/camel/component/flink/annotations/AnnotatedDataSetCallback.java
+++ 
b/components/camel-flink/src/main/java/org/apache/camel/component/flink/annotations/AnnotatedDataSetCallback.java
@@ -25,8 +25,8 @@ import java.util.List;
 import org.apache.camel.CamelContext;
 import org.apache.flink.api.java.DataSet;
 
-import static org.apache.camel.util.ObjectHelper.findMethodsWithAnnotation;
 import static org.apache.camel.support.ObjectHelper.invokeMethodSafe;
+import static org.apache.camel.util.ObjectHelper.findMethodsWithAnnotation;
 
 /**
  * Provides facade for working with annotated DataSet callbacks i.e. POJO 
classes with an appropriate annotations on
@@ -77,4 +77,4 @@ public class AnnotatedDataSetCallback implements 
org.apache.camel.component.flin
             throw new RuntimeException(e);
         }
     }
-}
\ No newline at end of file
+}

Reply via email to