This is an automated email from the ASF dual-hosted git repository.
acosentino 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 ce611620daf Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea
ce611620daf is described below
commit ce611620daf89c156824ca76dc29bcacd579cae5
Author: davsclaus <[email protected]>
AuthorDate: Mon Oct 17 12:05:35 2022 +0000
Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea
Signed-off-by: GitHub <[email protected]>
---
.../main/java/org/apache/camel/support/RestProducerFactoryHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
b/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
index d8cc9cf4015..babfb34ee06 100644
---
a/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
+++
b/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
@@ -77,7 +77,7 @@ public final class RestProducerFactoryHelper {
if (newlyCreated == null) {
throw new IllegalArgumentException(
"Cannot find component with name " + componentName
- + ". Make sure you have the component on the
classpath");
+ + ". Make sure you have the
component on the classpath");
}
PropertyBindingSupport.build().withRemoveParameters(false).withIgnoreCase(true)
.withConfigurer(newlyCreated.getComponentPropertyConfigurer())