This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new fd25a2c (trivial) typo for "CamelJdbcParameters" header fd25a2c is described below commit fd25a2ce82b160ad68e5a4ab5c8633849910c798 Author: Jesse Gorzinski <17914061+thep...@users.noreply.github.com> AuthorDate: Thu Sep 2 12:27:01 2021 -0500 (trivial) typo for "CamelJdbcParameters" header --- components/camel-jdbc/src/main/docs/jdbc-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc b/components/camel-jdbc/src/main/docs/jdbc-component.adoc index c8618f2..2bb0c12 100644 --- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc +++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc @@ -173,7 +173,7 @@ keys. |`CamelJdbcColumnNames` |The column names from the ResultSet as a `java.util.Set` type. -|`CamelJdbcParametes` |A `java.util.Map` which has the headers to be used if +|`CamelJdbcParameters` |A `java.util.Map` which has the headers to be used if `useHeadersAsParameters` has been enabled. |===