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

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


The following commit(s) were added to refs/heads/main by this push:
     new ab6616e66a7 Regen for commit 5162d38f3528e507947b046830d46382f6b0efa8 
(#8164)
ab6616e66a7 is described below

commit ab6616e66a7296538649bd1318fceb3e8a57a375
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 15 19:54:11 2022 +0200

    Regen for commit 5162d38f3528e507947b046830d46382f6b0efa8 (#8164)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: ffang <ff...@users.noreply.github.com>
---
 .../java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
index 231c5266e70..a74290c0d15 100644
--- 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
+++ 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
@@ -950,8 +950,8 @@ public class CxfEndpoint extends DefaultEndpoint implements 
AsyncEndpoint, Heade
     public Bus getBus() {
         if (bus == null) {
             CamelContext context = getCamelContext();
-            if (context.getClass().getName().endsWith("SpringCamelContext") || 
-                
context.getClass().getName().endsWith("SpringBootCamelContext")) {
+            if (context.getClass().getName().endsWith("SpringCamelContext") ||
+                    
context.getClass().getName().endsWith("SpringBootCamelContext")) {
                 try {
                     Class<?> cxfSpringEndpintUtilClazz
                             = 
Class.forName("org.apache.camel.component.cxf.spring.jaxws.CxfSpringEndpointUtils");
@@ -960,10 +960,10 @@ public class CxfEndpoint extends DefaultEndpoint 
implements AsyncEndpoint, Heade
                 } catch (Exception ex) {
                     if 
(context.getClass().getName().endsWith("SpringCamelContext")) {
                         LOG.warn("Error creating Cxf Bus from 
SpringCamelContext: {} This exception will be ignored.",
-                            ex.getMessage(), ex);
+                                ex.getMessage(), ex);
                     } else {
                         LOG.warn("Error creating Cxf Bus from 
SpringBootCamelContext: {} This exception will be ignored.",
-                            ex.getMessage(), ex);
+                                ex.getMessage(), ex);
                     }
                     bus = CxfEndpointUtils.createBus(getCamelContext());
                 }

Reply via email to