This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8c85ffa10e373b3a84a4cfe4ca7d8709a6568192
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Tue Sep 26 10:58:08 2023 +0200

    Apply formatter on netty-http component
---
 .../camel/component/netty/http/NettyChannelBufferStreamCache.java  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
index 430a7f58ef9..55f3208ac13 100644
--- 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
+++ 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyChannelBufferStreamCache.java
@@ -30,10 +30,9 @@ import org.apache.camel.util.IOHelper;
  * components. Also supported is {@link StreamCache} which allows the data to 
be re-read for example when doing content
  * based routing with XPath.
  * <p/>
- * <b>Important:</b>
- * All the classes from the Camel release that implements {@link StreamCache} 
is NOT intended for end users
- * to create as instances, but they are part of
- * Camels <a 
href="https://camel.apache.org/manual/stream-caching.html";>stream-caching</a> 
functionality.
+ * <b>Important:</b> All the classes from the Camel release that implements 
{@link StreamCache} is NOT intended for end
+ * users to create as instances, but they are part of Camels
+ * <a 
href="https://camel.apache.org/manual/stream-caching.html";>stream-caching</a> 
functionality.
  */
 public final class NettyChannelBufferStreamCache extends InputStream 
implements StreamCache {
 

Reply via email to