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

ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new c6e08c3e9d [CXF-9101]Invalid api visibility in CXFHttpRequest
c6e08c3e9d is described below

commit c6e08c3e9d51c777ddd1ec16434d4903850cf0e7
Author: Freeman Fang <[email protected]>
AuthorDate: Wed Jan 22 13:49:55 2025 -0500

    [CXF-9101]Invalid api visibility in CXFHttpRequest
---
 .../cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java
 
b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java
index 66e5b24198..4335fe036a 100644
--- 
a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java
+++ 
b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java
@@ -24,7 +24,7 @@ import org.apache.cxf.io.CachedOutputStream;
 import org.apache.cxf.io.CopyingOutputStream;
 import org.apache.http.HttpResponse;
 
-interface AsyncWrappedOutputStreamBase 
+public interface AsyncWrappedOutputStreamBase 
     extends CopyingOutputStream, WritableByteChannel  {
     boolean retransmitable();
     

Reply via email to