Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x 7a72ca610 -> 415868644
  refs/heads/master e9b01196a -> 773547a2e


Fix checkstyle issues


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/773547a2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/773547a2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/773547a2

Branch: refs/heads/master
Commit: 773547a2e0890794fe04c0412f4b37d0c64b2fa4
Parents: 8d64898
Author: Quinn Stevenson <qu...@pronoia-solutions.com>
Authored: Wed Apr 27 13:24:53 2016 -0600
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Apr 28 09:09:14 2016 +0200

----------------------------------------------------------------------
 .../org/apache/camel/component/mllp/MllpTcpServerConsumer.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/773547a2/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpServerConsumer.java
----------------------------------------------------------------------
diff --git 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpServerConsumer.java
 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpServerConsumer.java
index 7a95dc2..f1fa9b7 100644
--- 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpServerConsumer.java
+++ 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpServerConsumer.java
@@ -205,9 +205,9 @@ public class MllpTcpServerConsumer extends DefaultConsumer {
                     Socket socket = null;
                     try {
                         socket = serverSocket.accept();
-                    } catch (SocketTimeoutException timeoutEx ) {
+                    } catch (SocketTimeoutException timeoutEx) {
                         // Didn't get a new connection - keep waiting for one
-                        log.debug( "Timeout waiting for client connection - 
keep listening");
+                        log.debug("Timeout waiting for client connection - 
keep listening");
                         continue;
                     } catch (SocketException socketEx) {
                         // This should happen if the component is closed while 
the accept call is blocking

Reply via email to