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 be5284f2c3eed2b0bd1a792ae9f821778c08a3b6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Apr 2 14:25:03 2023 +0200 Regen --- core/camel-util/src/main/java/org/apache/camel/util/URISupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java index 3664b88a99b..9284d3b37ce 100644 --- a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java +++ b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java @@ -810,8 +810,8 @@ public final class URISupport { /** * Remove whitespace noise from uri, xxxUri attributes, eg new lines, and tabs etc, which allows end users to format - * their Camel routes in more human-readable format, but at runtime those attributes must be trimmed. - * The parser removes most of the noise, but keeps spaces in the attribute values + * their Camel routes in more human-readable format, but at runtime those attributes must be trimmed. The parser + * removes most of the noise, but keeps spaces in the attribute values */ public static String removeNoiseFromUri(String uri) { String before = StringHelper.before(uri, "?");