This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 934c821 Camel-Util: Fixed CS 934c821 is described below commit 934c82179ee891115750580959f0c97c3bacf6a0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 28 07:26:56 2020 +0200 Camel-Util: Fixed CS --- core/camel-util/src/main/java/org/apache/camel/util/URISupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 983c0df..3e1dbd8 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 @@ -118,7 +118,7 @@ public final class URISupport { /** * Extracts the query part of the given uri * - * @param uri the uri + * @param uri the uri * @return the query parameters or <tt>null</tt> if the uri has no query */ public static String extractQuery(String uri) {