You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/02 12:24:56 UTC

[camel-k] branch master updated: Fixed doc WARN issue

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-k.git


The following commit(s) were added to refs/heads/master by this push:
     new f0d15c4  Fixed doc WARN issue
f0d15c4 is described below

commit f0d15c4a3e4c1840af35d52b0391a72da5385a03
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 2 13:24:34 2019 +0100

    Fixed doc WARN issue
---
 docs/modules/ROOT/pages/languages/groovy.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/languages/groovy.adoc b/docs/modules/ROOT/pages/languages/groovy.adoc
index 5f2277b..fa4ac10 100644
--- a/docs/modules/ROOT/pages/languages/groovy.adoc
+++ b/docs/modules/ROOT/pages/languages/groovy.adoc
@@ -147,10 +147,10 @@ beans {
 <1> define a bean
 <2> define a custom processor
 <3> define a custom predicate
-<3> define a custom bean with name `dataSource` and type `org.apache.commons.dbcp2.BasicDataSource`
+<4> define a custom bean with name `dataSource` and type `org.apache.commons.dbcp2.BasicDataSource`
 
 
-=== Rest Support
+== Rest Support
 
 Integrations's REST endpoints can be configured using the top level _rest_ block:
 
@@ -180,4 +180,4 @@ rest {
 ----
 <1> Configure the rest engine
 <2> Configure the behavior of the method GET for the path '/my/path/get' and invoke the endpoint 'direct:get'
-<2> Configure the behavior of the method POST for the path '/post' and invoke the endpoint 'direct:post'
+<3> Configure the behavior of the method POST for the path '/post' and invoke the endpoint 'direct:post'