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/03/03 08:50:04 UTC

[camel] branch master updated: Update jaxb-dataformat.adoc (#3610)

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


The following commit(s) were added to refs/heads/master by this push:
     new 9266e96  Update jaxb-dataformat.adoc (#3610)
9266e96 is described below

commit 9266e961e64c6c702563d22b8a584dd1629323be
Author: KAWAKAMI Manabu <ka...@users.noreply.github.com>
AuthorDate: Tue Mar 3 17:49:51 2020 +0900

    Update jaxb-dataformat.adoc (#3610)
    
    fixed typo
---
 components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc b/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
index 1986964..66e2f92 100644
--- a/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
+++ b/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
@@ -38,7 +38,7 @@ The JAXB dataformat supports 18 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 the Java DSL
 
@@ -119,7 +119,7 @@ false.
 
 == Ignoring the NonXML Character
 
- JaxbDataFromat supports to ignore the
+ JaxbDataFormat supports to ignore the
 http://www.w3.org/TR/2004/REC-xml-20040204/#NT-Char[NonXML Character],
 you just need to set the filterNonXmlChars property to be true,
 JaxbDataFormat will replace the NonXML character with " " when it is