You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/27 10:15:28 UTC

[camel] 16/20: Removed useless statement from soapjaxb docs

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

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

commit 76325c24db75d5e9fe62334f13fa12214eea9862
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 27 11:30:00 2020 +0200

     Removed useless statement from soapjaxb docs
---
 components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc b/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
index 416075a..943db46 100644
--- a/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
+++ b/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
@@ -37,7 +37,6 @@ The SOAP dataformat supports 7 options, which are listed below.
 | contentTypeHeader | false | Boolean | Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application/xml for data formats marshalling to XML, or application/json for data formats marshalling to JSON etc.
 |===
 // dataformat options: END
-ND