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 75e82766e97e74f34b557ceb9b94796dcafdaeda
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Aug 26 12:13:09 2020 +0200

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

diff --git a/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc 
b/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
index 9a43e5d..637ab86 100644
--- a/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
+++ b/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
@@ -30,7 +30,6 @@ The Zip File dataformat supports 4 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
 
 == Marshal
 

Reply via email to