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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4467c621262cf14bed0d1cec89e282f5e2a4660e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Nov 4 10:44:52 2017 +0100

    Fixed CS
---
 .../src/main/java/org/apache/camel/component/mqtt/MQTTEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-mqtt/src/main/java/org/apache/camel/component/mqtt/MQTTEndpoint.java
 
b/components/camel-mqtt/src/main/java/org/apache/camel/component/mqtt/MQTTEndpoint.java
index 3dce618..72a8e61 100644
--- 
a/components/camel-mqtt/src/main/java/org/apache/camel/component/mqtt/MQTTEndpoint.java
+++ 
b/components/camel-mqtt/src/main/java/org/apache/camel/component/mqtt/MQTTEndpoint.java
@@ -236,7 +236,7 @@ public class MQTTEndpoint extends DefaultEndpoint 
implements AsyncEndpoint {
             // Without this, the fusesource MQTT client seems to be holding 
the old connection object, and connection contention can ensue.
             connection.disconnect(null);
         }
-       
+
         connection = configuration.callbackConnection();
 
         connection.listener(new Listener() {

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <commits@camel.apache.org>.

Reply via email to