Repository: camel Updated Branches: refs/heads/master 2e27c3d06 -> 858a7c6c1
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cb37deec Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cb37deec Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cb37deec Branch: refs/heads/master Commit: cb37deec9b41b97bd2a04ede0b01a5bd30146d18 Parents: 2e27c3d Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Sep 11 21:26:29 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Sep 11 21:26:29 2017 +0200 ---------------------------------------------------------------------- components/camel-asn1/src/main/docs/asn1-dataformat.adoc | 2 +- .../dataformat/asn1/springboot/ASN1DataFormatConfiguration.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cb37deec/components/camel-asn1/src/main/docs/asn1-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc index eb050c4..80f84d2 100644 --- a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc +++ b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc @@ -15,7 +15,7 @@ The ASN.1 File dataformat supports 3 options which are listed below. |======================================================================= | Name | Default | Java Type | Description | usingIterator | false | Boolean | If the asn1 file has more then one entry the setting this option to true allows to work with the splitter EIP to split the data using an iterator in a streaming mode. -| clazzName | | String | Name of class to use when unarmshalling +| clazzName | | String | Name of class to use when unmarshalling | 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 http://git-wip-us.apache.org/repos/asf/camel/blob/cb37deec/platforms/spring-boot/components-starter/camel-asn1-starter/src/main/java/org/apache/camel/dataformat/asn1/springboot/ASN1DataFormatConfiguration.java ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-asn1-starter/src/main/java/org/apache/camel/dataformat/asn1/springboot/ASN1DataFormatConfiguration.java b/platforms/spring-boot/components-starter/camel-asn1-starter/src/main/java/org/apache/camel/dataformat/asn1/springboot/ASN1DataFormatConfiguration.java index 45321bb..a8a5d89 100644 --- a/platforms/spring-boot/components-starter/camel-asn1-starter/src/main/java/org/apache/camel/dataformat/asn1/springboot/ASN1DataFormatConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-asn1-starter/src/main/java/org/apache/camel/dataformat/asn1/springboot/ASN1DataFormatConfiguration.java @@ -38,7 +38,7 @@ public class ASN1DataFormatConfiguration */ private Boolean usingIterator = false; /** - * Name of class to use when unarmshalling + * Name of class to use when unmarshalling */ private String clazzName; /**