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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d74f83d89ccf86492460b8604490a4c75d487e0e
Author: Amos Feng <zf...@redhat.com>
AuthorDate: Fri Jul 12 15:03:32 2019 +0800

    remove author
---
 .../org/apache/camel/component/netty4/http/ChunkedHttpRequest.java     | 3 ---
 .../org/apache/camel/component/netty4/http/ChunkedHttpResponse.java    | 3 ---
 .../apache/camel/component/netty4/http/CustomChunkedWriteHandler.java  | 3 ---
 3 files changed, 9 deletions(-)

diff --git 
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpRequest.java
 
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpRequest.java
index 58f5c30..08dd24a 100644
--- 
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpRequest.java
+++ 
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpRequest.java
@@ -26,9 +26,6 @@ import io.netty.handler.stream.ChunkedStream;
 
 import java.io.InputStream;
 
-/**
- * @author <a href="mailto:zf...@redhat.com";>Zheng Feng</a>
- */
 public class ChunkedHttpRequest extends DefaultHttpRequest implements 
ChunkedInput<HttpContent> {
     private HttpChunkedInput input;
 
diff --git 
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpResponse.java
 
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpResponse.java
index 779d7d7..a98bd6a 100644
--- 
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpResponse.java
+++ 
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/ChunkedHttpResponse.java
@@ -27,9 +27,6 @@ import io.netty.handler.stream.ChunkedStream;
 
 import java.io.InputStream;
 
-/**
- * @author <a href="mailto:zf...@redhat.com";>Zheng Feng</a>
- */
 public class ChunkedHttpResponse extends DefaultHttpResponse implements 
ChunkedInput<HttpContent> {
     private HttpChunkedInput input;
 
diff --git 
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/CustomChunkedWriteHandler.java
 
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/CustomChunkedWriteHandler.java
index c009ba7..c3eba4e 100644
--- 
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/CustomChunkedWriteHandler.java
+++ 
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/CustomChunkedWriteHandler.java
@@ -20,9 +20,6 @@ import io.netty.channel.ChannelHandlerContext;
 import io.netty.channel.ChannelPromise;
 import io.netty.handler.stream.ChunkedWriteHandler;
 
-/**
- * @author <a href="mailto:zf...@redhat.com";>Zheng Feng</a>
- */
 public class CustomChunkedWriteHandler extends ChunkedWriteHandler {
     @Override
     public void write(ChannelHandlerContext ctx, Object msg, ChannelPromise 
promise) throws Exception {

Reply via email to