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 2019/11/14 05:25:55 UTC

[camel] 02/02: Regen

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 ed4d9a99564d5d366cd8213451ac2752f9005f05
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Nov 14 06:25:37 2019 +0100

    Regen
---
 docs/components/modules/ROOT/pages/cxf-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/cxf-component.adoc b/docs/components/modules/ROOT/pages/cxf-component.adoc
index e498ae6..5e384fe 100644
--- a/docs/components/modules/ROOT/pages/cxf-component.adoc
+++ b/docs/components/modules/ROOT/pages/cxf-component.adoc
@@ -681,7 +681,7 @@ message with this parameter list. The response message's body is a
 messageContentsList, you can get the result from that list.
 
 If you don't specify the operation name in the message header,
-`CxfProducer` will try to use the `defaultOperationName `from
+`CxfProducer` will try to use the `defaultOperationName` from
 `CxfEndpoint`, if there is no `defaultOperationName` set on
 `CxfEndpoint`, it will pickup the first operationName from the Operation
 list.