This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2be7b0bf853aebb64d802cf39baebc325c255579 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jan 28 22:37:52 2020 +0100 Regen --- components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 2 +- docs/components/modules/ROOT/pages/bindy-dataformat.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc index e79fece..6603f85 100644 --- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc +++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc @@ -59,7 +59,7 @@ The Bindy dataformat supports 6 options, which are listed below. [width="100%",cols="2s,1m,1m,6",options="header"] |=== | Name | Default | Java Type | Description -| type | Fixed | BindyType | Whether to use Csv, Fixed, or KeyValue. +| type | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue. | classType | | String | Name of model class to use. | locale | | String | To configure a default locale to use, such as us for united states. To use the JVM platform default locale then use the name default | unwrapSingleInstance | true | Boolean | When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List. diff --git a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc index 315ca94..3192660 100644 --- a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc +++ b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc @@ -60,7 +60,7 @@ The Bindy dataformat supports 6 options, which are listed below. [width="100%",cols="2s,1m,1m,6",options="header"] |=== | Name | Default | Java Type | Description -| type | Fixed | BindyType | Whether to use Csv, Fixed, or KeyValue. +| type | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue. | classType | | String | Name of model class to use. | locale | | String | To configure a default locale to use, such as us for united states. To use the JVM platform default locale then use the name default | unwrapSingleInstance | true | Boolean | When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.
