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 310e78a5fe3 Regen for commit 76ebc81f9b1a3ef5c595b7bf4972a81080f748c8
310e78a5fe3 is described below

commit 310e78a5fe37e6d4ee815f71073870e16ef8748c
Author: orpiske <orpi...@users.noreply.github.com>
AuthorDate: Fri Jun 9 15:08:05 2023 +0000

    Regen for commit 76ebc81f9b1a3ef5c595b7bf4972a81080f748c8
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../src/main/java/org/apache/camel/support/CamelContextHelper.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
index 6a81c36ca48..5a8ef88ef47 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
@@ -333,7 +333,7 @@ public final class CamelContextHelper {
                     if (size <= 0) {
                         throw new IllegalArgumentException(
                                 "Property " + property + " must be a positive 
number, was: "
-                                        + s);
+                                                           + s);
                     }
                     return size;
                 } catch (NumberFormatException e) {

Reply via email to