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 2023/04/14 19:02:30 UTC

[camel] branch main updated: Regen for commit 1e5957c1212150f22a2241b56f96be15a92c9f03

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 349956890e5 Regen for commit 1e5957c1212150f22a2241b56f96be15a92c9f03
349956890e5 is described below

commit 349956890e59254f253cc52b6b4a796a5972c530
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Fri Apr 14 18:47:57 2023 +0000

    Regen for commit 1e5957c1212150f22a2241b56f96be15a92c9f03
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../java/org/apache/camel/component/netty/http/NettyHttpComponent.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
index 2f79d383772..30aa74db049 100644
--- a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
+++ b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
@@ -345,7 +345,8 @@ public class NettyHttpComponent extends NettyComponent
     }
 
     private HttpServerBootstrapFactory newHttpServerBootstrapFactory(NettyHttpConsumer consumer) {
-        final HttpServerConsumerChannelFactory channelFactory = getMultiplexChannelHandler(consumer.getConfiguration().getPort());
+        final HttpServerConsumerChannelFactory channelFactory
+                = getMultiplexChannelHandler(consumer.getConfiguration().getPort());
         final HttpServerBootstrapFactory answer = new HttpServerBootstrapFactory(channelFactory);
 
         answer.init(getCamelContext(), consumer.getConfiguration(), new HttpServerInitializerFactory(consumer));