This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new 3b8c064 Update groovy.adoc
3b8c064 is described below
commit 3b8c0646d20812a8b20e9a0fd8062b7061499a08
Author: PoojaChandak <[email protected]>
AuthorDate: Wed Aug 19 18:29:59 2020 +0530
Update groovy.adoc
Observed a few changes. Suggesting the same. Kindly check.
---
docs/modules/languages/pages/groovy.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/languages/pages/groovy.adoc
b/docs/modules/languages/pages/groovy.adoc
index 5232b6b..0e9b75d 100644
--- a/docs/modules/languages/pages/groovy.adoc
+++ b/docs/modules/languages/pages/groovy.adoc
@@ -56,7 +56,7 @@ camel {
<2> configure the properties of the component whit name _log_
<3> creates and configure a component of type `SedaComponent` whose name is
_mySeda_
+
-Setting the property _exchangeFormatter_ looks a little ugly as you have to
declare the type of your closure. For demonstration purpose we have created a
Groovy extension module that simplify configuring the _exchangeFormatter_ so
you can rewrite your DSL as
+Setting the property _exchangeFormatter_ looks a little ugly as you have to
declare the type of your closure. For demonstration purpose, we have created a
Groovy extension module that simplifies configuring the _exchangeFormatter_ so
you can rewrite your DSL as
+
[source,groovy]
----