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

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

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

diff --git a/components/camel-rss/src/main/docs/rss-dataformat.adoc b/components/camel-rss/src/main/docs/rss-dataformat.adoc
index 21fe274..f03ebdf 100644
--- a/components/camel-rss/src/main/docs/rss-dataformat.adoc
+++ b/components/camel-rss/src/main/docs/rss-dataformat.adoc
@@ -43,6 +43,6 @@ The RSS dataformat supports 1 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
+
 
 include::camel-spring-boot::page$rss-starter.adoc[]