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.git
The following commit(s) were added to refs/heads/master by this push:
new 03a1749 Fixed simple language doc talking about depecated 2.x syntax
that has been removed.
03a1749 is described below
commit 03a17493df5eaf0fffdadaf53cbb5a2bf3a5f2c5
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 23 16:29:19 2020 +0200
Fixed simple language doc talking about depecated 2.x syntax that has been
removed.
---
.../src/main/docs/modules/languages/pages/simple-language.adoc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
index 5d912c1..90d8bb3 100644
---
a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
+++
b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
@@ -25,9 +25,7 @@ choose a more expressive and powerful language such as:
* xref:mvel-language.adoc[MVEL]
* xref:ognl-language.adoc[OGNL]
-The simple language uses `${body`} placeholders for complex expressions
-where the expression contains constant literals. The $\{ } placeholders
-can be omitted if the expression is only the token itself.
+The simple language uses `${body`} placeholders for complex expressions or
functions.
[TIP]
====