You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/28 14:26:42 UTC

[camel] 02/02: Polished

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 2582e5369ff460eb2190bf9424cf7ce28927cf13
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 28 15:26:20 2018 +0100

    Polished
---
 .../resources/org/apache/camel/component/cxf/nonWrapperProcessor.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/nonWrapperProcessor.xml b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/nonWrapperProcessor.xml
index d116294..4797996 100644
--- a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/nonWrapperProcessor.xml
+++ b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/nonWrapperProcessor.xml
@@ -39,7 +39,7 @@
    <camelContext xmlns="http://camel.apache.org/schema/spring">
       <route>
             <from uri="cxf:bean:routerEndpoint?dataFormat=POJO"/>
-            <process ref= "personProcessor"/>
+            <process ref="personProcessor"/>
       </route>
 
     </camelContext>

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