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
commit cd4cec937c4ca998368d501d3d148dbe4d2bb292 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Jun 29 08:37:03 2024 +0200 Wrong desc --- .../java/org/apache/camel/component/properties/PropertiesComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java b/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java index 3ca2daee9ba..d58e4c6555d 100644 --- a/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java +++ b/core/camel-base/src/main/java/org/apache/camel/component/properties/PropertiesComponent.java @@ -491,7 +491,7 @@ public class PropertiesComponent extends ServiceSupport this.ignoreMissingLocation = ignoreMissingLocation; } - @ManagedAttribute(description = "Ignore missing location") + @ManagedAttribute(description = "Ignore missing property") public boolean isIgnoreMissingProperty() { return ignoreMissingProperty; }