This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.11.x by this push: new 976c446 fix attribute usage 976c446 is described below commit 976c446f092b7fb0e86d4f8905b6f2bbb8b86411 Author: David Jencks <djen...@apache.org> AuthorDate: Thu Sep 2 15:57:58 2021 -0700 fix attribute usage --- .../resources/org/apache/camel/catalog/docs/simple-language.adoc | 2 +- .../src/main/docs/modules/languages/pages/simple-language.adoc | 2 +- docs/components/modules/languages/pages/simple-language.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/simple-language.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/simple-language.adoc index 01e4dc3..d811592 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/simple-language.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/simple-language.adoc @@ -32,7 +32,7 @@ language uses OGNL expressions, such as calling a method named `myMethod` on the At runtime the simple language will then us its built-in OGNL support which requires the `camel-bean` component. ==== -The simple language uses `${body}` placeholders for complex expressions or functions. +The simple language uses `$\{body}` placeholders for complex expressions or functions. [NOTE] ==== 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 01e4dc3..d811592 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 @@ -32,7 +32,7 @@ language uses OGNL expressions, such as calling a method named `myMethod` on the At runtime the simple language will then us its built-in OGNL support which requires the `camel-bean` component. ==== -The simple language uses `${body}` placeholders for complex expressions or functions. +The simple language uses `$\{body}` placeholders for complex expressions or functions. [NOTE] ==== diff --git a/docs/components/modules/languages/pages/simple-language.adoc b/docs/components/modules/languages/pages/simple-language.adoc index 8ec77dc..d638117 100644 --- a/docs/components/modules/languages/pages/simple-language.adoc +++ b/docs/components/modules/languages/pages/simple-language.adoc @@ -34,7 +34,7 @@ language uses OGNL expressions, such as calling a method named `myMethod` on the At runtime the simple language will then us its built-in OGNL support which requires the `camel-bean` component. ==== -The simple language uses `${body}` placeholders for complex expressions or functions. +The simple language uses `$\{body}` placeholders for complex expressions or functions. [NOTE] ====