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/25 09:27:39 UTC

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

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 8d9ec07  Fixed CS for Camel-sip
8d9ec07 is described below

commit 8d9ec07353ac8e2b7121ec66020068c95df9ff10
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 25 10:27:00 2019 +0100

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

diff --git a/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java b/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java
index d9f6697..82e7ee6 100644
--- a/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java
+++ b/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java
@@ -20,9 +20,9 @@ import org.apache.camel.Component;
 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;
 
 /**
  * To send and receive messages using the SIP protocol (used in telco and mobile).
@@ -65,4 +65,4 @@ public class SipEndpoint extends DefaultEndpoint {
         this.configuration = configuration;
     }
 
-}
\ No newline at end of file
+}