This is an automated email from the ASF dual-hosted git repository.

distomin 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 ea44503  Fix jOOQ doc
ea44503 is described below

commit ea445034483227cee2d9264cb158529f9440f7c8
Author: Denis Istomin <istomin....@gmail.com>
AuthorDate: Sun Apr 5 23:23:01 2020 +0500

    Fix jOOQ doc
---
 components/camel-jooq/src/main/docs/jooq-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jooq/src/main/docs/jooq-component.adoc 
b/components/camel-jooq/src/main/docs/jooq-component.adoc
index 384ae69..486cdc9 100644
--- a/components/camel-jooq/src/main/docs/jooq-component.adoc
+++ b/components/camel-jooq/src/main/docs/jooq-component.adoc
@@ -32,7 +32,7 @@ SQL could be executed using JOOQ's objects "Query" or 
"ResultQuery".
 Also SQL query could be specified inside URI:
 [source,java]
 ----
-from("jooq://org.apache.camel.component.jooq.db.tables.records.BookStoreRecord?query=query=select
 * from book_store x where x.name = 'test'").to("bean:myBusinessLogic");
+from("jooq://org.apache.camel.component.jooq.db.tables.records.BookStoreRecord?query=select
 * from book_store x where x.name = 'test'").to("bean:myBusinessLogic");
 ----
 See examples below.
 

Reply via email to