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:24 UTC

[camel] 12/20: Removed useless statement from jacksonxml 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 f9a0d18afb1ad0bde351ecb0622e807873d43fef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 27 11:26:29 2020 +0200

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

diff --git a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
index ef1aaa7..d9c0461 100644
--- a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
+++ b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
@@ -65,7 +65,6 @@ The JacksonXML dataformat supports 15 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
 
 
 === Using Jackson XML in Spring DSL