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/18 10:44:55 UTC

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

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 1cd27e5  Fixed CS for camel-hipchat
1cd27e5 is described below

commit 1cd27e5b0d91099e7f397f61854f14f105c65791
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 18 11:44:34 2019 +0100

    Fixed CS for camel-hipchat
---
 .../main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java b/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
index 67cd78b..5b555c4 100644
--- a/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
+++ b/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
@@ -19,9 +19,9 @@ package org.apache.camel.component.hipchat;
 import org.apache.camel.Consumer;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
-import org.apache.camel.support.ScheduledPollEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
+import org.apache.camel.support.ScheduledPollEndpoint;
 
 /**
  * The hipchat component supports producing and consuming messages from/to Hipchat service.