This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d7845ba Regen for commit ade0e129dad99cc50d931ada834e6d27cc5ae257
(#5909)
d7845ba is described below
commit d7845bac743403b11dc08c23144c092bed162563
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 2 21:39:26 2021 +0200
Regen for commit ade0e129dad99cc50d931ada834e6d27cc5ae257 (#5909)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
.../resources/org/apache/camel/catalog/docs/properties-component.adoc | 4 ++--
docs/components/modules/ROOT/pages/properties-component.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/properties-component.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/properties-component.adoc
index 4a7eb02..cb2ec73 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/properties-component.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/properties-component.adoc
@@ -36,8 +36,8 @@ The component supports 10 options, which are listed below.
[TIP]
**Resolving property from Java code** +
-You can use the method `resolvePropertyPlaceholders` on the
-`CamelContext` to resolve a property from any Java code.
+You can use the method `resolveProperty` on the `PropertiesComponent` to
resolve a property from Java code.
+Or use the method `resolvePropertyPlaceholders` on the `CamelContext` to
resolve property placeholders in a string.
== Using PropertyPlaceholder
diff --git a/docs/components/modules/ROOT/pages/properties-component.adoc
b/docs/components/modules/ROOT/pages/properties-component.adoc
index c277f588..1d55566 100644
--- a/docs/components/modules/ROOT/pages/properties-component.adoc
+++ b/docs/components/modules/ROOT/pages/properties-component.adoc
@@ -38,8 +38,8 @@ The component supports 10 options, which are listed below.
[TIP]
**Resolving property from Java code** +
-You can use the method `resolvePropertyPlaceholders` on the
-`CamelContext` to resolve a property from any Java code.
+You can use the method `resolveProperty` on the `PropertiesComponent` to
resolve a property from Java code.
+Or use the method `resolvePropertyPlaceholders` on the `CamelContext` to
resolve property placeholders in a string.
== Using PropertyPlaceholder