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

[camel] 01/20: Removed useless statement from asn1 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 70503153858ba31b79d161ed05de1725f60c3ed2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 27 09:28:14 2020 +0200

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

diff --git a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
index 01942a1..c5db474 100644
--- a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
+++ b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
@@ -25,7 +25,6 @@ The ASN.1 File dataformat supports 3 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
 
 == Unmarshal