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 b67d26f1d77 Regen b67d26f1d77 is described below commit b67d26f1d775013fe6e729087823623707a41a15 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Nov 28 15:03:22 2023 +0100 Regen --- .../src/test/java/org/apache/camel/processor/ThrottlerTest.java | 1 - .../src/main/java/org/apache/camel/support/http/HttpUtil.java | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java index bfe2b1c5a14..9cafdfa564f 100644 --- a/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java @@ -24,7 +24,6 @@ import java.util.concurrent.Semaphore; import org.apache.camel.ContextTestSupport; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.DisabledIfSystemProperty; import org.junit.jupiter.api.condition.DisabledOnOs; 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 f2d9b256da0..f969e9d2bf2 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 @@ -30,9 +30,10 @@ public final class HttpUtil { /** * Given an exchange handling HTTP, determines the status response code to return for the caller - * @param camelExchange the exchange to evaluate - * @param body an optional payload (i.e.: the message body) carrying a response code - * @return An integer value with the response code + * + * @param camelExchange the exchange to evaluate + * @param body an optional payload (i.e.: the message body) carrying a response code + * @return An integer value with the response code */ public static int determineResponseCode(Exchange camelExchange, Object body) { boolean failed = camelExchange.isFailed();