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/23 08:37:22 UTC

[camel] branch master updated: Fixed CS for Camel-pubnub

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 fb1ef9e  Fixed CS for Camel-pubnub
fb1ef9e is described below

commit fb1ef9e241015f77ff7f9e82bc4dbd25468844f8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 23 09:36:34 2019 +0100

    Fixed CS for Camel-pubnub
---
 .../src/main/java/org/apache/camel/component/pubnub/PubNubEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pubnub/src/main/java/org/apache/camel/component/pubnub/PubNubEndpoint.java b/components/camel-pubnub/src/main/java/org/apache/camel/component/pubnub/PubNubEndpoint.java
index 3cd9958..c9ab6e1 100644
--- a/components/camel-pubnub/src/main/java/org/apache/camel/component/pubnub/PubNubEndpoint.java
+++ b/components/camel-pubnub/src/main/java/org/apache/camel/component/pubnub/PubNubEndpoint.java
@@ -22,9 +22,9 @@ import com.pubnub.api.PubNub;
 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.UriEndpoint;
 import org.apache.camel.spi.UriParam;
+import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.util.ObjectHelper;
 
 /**