davsclaus commented on code in PR #12625: URL: https://github.com/apache/camel/pull/12625#discussion_r1440218270
########## components/camel-netty/src/main/java/org/apache/camel/component/netty/SingleTCPNettyServerBootstrapFactory.java: ########## @@ -23,15 +23,15 @@ import java.util.concurrent.ThreadFactory; import io.netty.bootstrap.ServerBootstrap; -import io.netty.channel.Channel; -import io.netty.channel.ChannelFuture; -import io.netty.channel.ChannelInitializer; -import io.netty.channel.ChannelOption; -import io.netty.channel.EventLoopGroup; +import io.netty.channel.*; Review Comment: There is a maven plugin that automatic does import "fixes" - so its usually a matter of rebuilding the code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org