You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/17 14:28:42 UTC

[camel] branch master updated: Fixed CS for camel-flink

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 367d7b6  Fixed CS for camel-flink
367d7b6 is described below

commit 367d7b6a0bcb09122950299ecb41dbb5f8ba229b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 17 15:28:22 2019 +0100

    Fixed CS for camel-flink
---
 .../src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java b/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java
index 85f84bb..6a37bfe 100644
--- a/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java
+++ b/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java
@@ -19,11 +19,11 @@ package org.apache.camel.component.flink;
 import org.apache.camel.Consumer;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
-import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 import org.apache.camel.spi.UriPath;
+import org.apache.camel.support.DefaultEndpoint;
 import org.apache.flink.api.java.DataSet;
 import org.apache.flink.streaming.api.datastream.DataStream;
 
@@ -152,4 +152,4 @@ public class FlinkEndpoint extends DefaultEndpoint {
     public void setCollect(boolean collect) {
         this.collect = collect;
     }
-}
\ No newline at end of file
+}