You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/03/17 15:40:33 UTC

[camel] branch camel-3.1.x updated: Camel-sjms: Fixed CS

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

coheigea pushed a commit to branch camel-3.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.1.x by this push:
     new b71cfd8  Camel-sjms: Fixed CS
b71cfd8 is described below

commit b71cfd87b112a5a9c518da6facc375f17e93487f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 20 09:45:47 2020 +0100

    Camel-sjms: Fixed CS
---
 .../src/main/java/org/apache/camel/component/sjms/SjmsComponent.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
index 3abfd4c..cc8822e 100644
--- a/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
+++ b/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java
@@ -16,10 +16,11 @@
  */
 package org.apache.camel.component.sjms;
 
-import javax.jms.ConnectionFactory;
 import java.util.Map;
 import java.util.concurrent.ExecutorService;
 
+import javax.jms.ConnectionFactory;
+
 import org.apache.camel.CamelException;
 import org.apache.camel.Endpoint;
 import org.apache.camel.ExchangePattern;