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
The following commit(s) were added to refs/heads/master by this push:
new c30f2ee Regen
c30f2ee is described below
commit c30f2ee6aed0323c3e57201a8100bcca0bf5fafc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 28 08:55:35 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 6603f85..e79fece 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 | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue.
+| type | Fixed | 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 3192660..315ca94 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 | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue.
+| type | Fixed | 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.