This is an automated email from the ASF dual-hosted git repository. janbednar 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 2fbea3e Fix docs 2fbea3e is described below commit 2fbea3e77ac89399d835dc0c2bf5044c6fccbd1c Author: Jan Bednář <m...@janbednar.eu> AuthorDate: Tue Aug 20 22:11:47 2019 +0200 Fix docs --- .../src/main/docs/google-bigquery-component.adoc | 8 ++++---- docs/components/modules/ROOT/pages/google-bigquery-component.adoc | 8 ++++---- docs/user-manual/modules/ROOT/pages/polling-consumer.adoc | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/camel-google-bigquery/src/main/docs/google-bigquery-component.adoc b/components/camel-google-bigquery/src/main/docs/google-bigquery-component.adoc index 60a4e27..53f6d40 100644 --- a/components/camel-google-bigquery/src/main/docs/google-bigquery-component.adoc +++ b/components/camel-google-bigquery/src/main/docs/google-bigquery-component.adoc @@ -145,10 +145,10 @@ The component supports 8 options, which are listed below. [width="100%",cols="10%,10%,80%",options="header",] |======================================================================= |Name |Type |Description -|`CamelGoogleBigQuery.TableSuffix` |`String` |Table suffix to use when inserting data -|`CamelGoogleBigQuery.InsertId` |`String` |InsertId to use when inserting data -|`CamelGoogleBigQuery.PartitionDecorator` |`String` |Partition decorator to indicate partition to use when inserting data -|`CamelGoogleBigQuery.TableId` |`String` |Table id where data will be submitted. If specified will override endpoint configuration +|`CamelGoogleBigQueryTableSuffix` |`String` |Table suffix to use when inserting data +|`CamelGoogleBigQueryInsertId` |`String` |InsertId to use when inserting data +|`CamelGoogleBigQueryPartitionDecorator` |`String` |Partition decorator to indicate partition to use when inserting data +|`CamelGoogleBigQueryTableId` |`String` |Table id where data will be submitted. If specified will override endpoint configuration |======================================================================= diff --git a/docs/components/modules/ROOT/pages/google-bigquery-component.adoc b/docs/components/modules/ROOT/pages/google-bigquery-component.adoc index 60a4e27..53f6d40 100644 --- a/docs/components/modules/ROOT/pages/google-bigquery-component.adoc +++ b/docs/components/modules/ROOT/pages/google-bigquery-component.adoc @@ -145,10 +145,10 @@ The component supports 8 options, which are listed below. [width="100%",cols="10%,10%,80%",options="header",] |======================================================================= |Name |Type |Description -|`CamelGoogleBigQuery.TableSuffix` |`String` |Table suffix to use when inserting data -|`CamelGoogleBigQuery.InsertId` |`String` |InsertId to use when inserting data -|`CamelGoogleBigQuery.PartitionDecorator` |`String` |Partition decorator to indicate partition to use when inserting data -|`CamelGoogleBigQuery.TableId` |`String` |Table id where data will be submitted. If specified will override endpoint configuration +|`CamelGoogleBigQueryTableSuffix` |`String` |Table suffix to use when inserting data +|`CamelGoogleBigQueryInsertId` |`String` |InsertId to use when inserting data +|`CamelGoogleBigQueryPartitionDecorator` |`String` |Partition decorator to indicate partition to use when inserting data +|`CamelGoogleBigQueryTableId` |`String` |Table id where data will be submitted. If specified will override endpoint configuration |======================================================================= diff --git a/docs/user-manual/modules/ROOT/pages/polling-consumer.adoc b/docs/user-manual/modules/ROOT/pages/polling-consumer.adoc index 8ed6473..eb85f56 100644 --- a/docs/user-manual/modules/ROOT/pages/polling-consumer.adoc +++ b/docs/user-manual/modules/ROOT/pages/polling-consumer.adoc @@ -297,7 +297,7 @@ while you can do: [source,java] ---- -from("ftp://myserver?username=foo&passowrd=secret?delete=true&delay=5s&backoffMultiplier=6&backoffIdleThreshold=5") +from("ftp://myserver?username=foo&password=secret&delete=true&delay=5s&backoffMultiplier=6&backoffIdleThreshold=5") .to("bean:processFile"); ----