You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/03/21 21:05:35 UTC

[camel] branch master updated: camel-cxf: CxfConsumer: fix checkstyle violation

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

pascalschumacher 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 0a91ab9  camel-cxf: CxfConsumer: fix checkstyle violation
0a91ab9 is described below

commit 0a91ab99640df6032e02475f7a4557d08db94ea6
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Mar 21 22:05:27 2018 +0100

    camel-cxf: CxfConsumer: fix checkstyle violation
---
 .../src/main/java/org/apache/camel/component/cxf/CxfConsumer.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java
index 6d40a97..3f5bc87 100644
--- a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java
+++ b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfConsumer.java
@@ -221,8 +221,7 @@ public class CxfConsumer extends DefaultConsumer {
                         throw ex;
                     }
 
-                } else if (continuation.isTimeout() || 
-                    (!continuation.isResumed() && !continuation.isPending())) {
+                } else if (continuation.isTimeout() || (!continuation.isResumed() && !continuation.isPending())) {
                     org.apache.camel.Exchange camelExchange = (org.apache.camel.Exchange)continuation.getObject();
                     try {
                         if (!continuation.isPending()) {

-- 
To stop receiving notification emails like this one, please contact
pascalschumacher@apache.org.