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


The following commit(s) were added to refs/heads/main by this push:
     new 61ed7bfaeaa Regen
61ed7bfaeaa is described below

commit 61ed7bfaeaa0ce76c52292d3e96fbfa2980d205d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Nov 30 06:22:25 2023 +0100

    Regen
---
 .../src/main/java/org/apache/camel/support/http/HttpUtil.java     | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
index ef18289ca7f..6c0992e3448 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
@@ -99,9 +99,10 @@ public final class HttpUtil {
 
     /**
      * Recreates the URL from a map of options
-     * @param map the map of options
-     * @param url the base URL
-     * @return the recreated URL
+     *
+     * @param  map the map of options
+     * @param  url the base URL
+     * @return     the recreated URL
      */
     public static String recreateUrl(Map<String, Object> map, String url) {
         // get the endpoint
@@ -114,6 +115,7 @@ public final class HttpUtil {
 
     /**
      * Add common in/out filters used in HTTP components
+     *
      * @param filterSet The set instance containing the out filters
      */
     public static void addCommonFilters(Set<String> filterSet) {

Reply via email to