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/15 14:32:15 UTC

[camel] branch main updated: Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d

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 fa4d196265b Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d
fa4d196265b is described below

commit fa4d196265b703daa75ded316fcfe5ea7c8f000e
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Sat Oct 15 14:22:44 2022 +0000

    Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d
    
    Signed-off-by: GitHub <no...@github.com>
---
 core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
index 603edd3d434..aff3b0bf298 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
@@ -1142,7 +1142,7 @@ public final class StringHelper {
     /**
      * Fills the string with repeating chars
      *
-     * @param ch  the char
+     * @param ch    the char
      * @param count number of chars
      */
     public static String fillChars(char ch, int count) {