You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/17 12:39:06 UTC

[camel] branch main updated: Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea

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 <da...@users.noreply.github.com>
AuthorDate: Mon Oct 17 12:05:35 2022 +0000

    Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../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())