javadoc fix

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/740a762e
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/740a762e
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/740a762e

Branch: refs/heads/3.1.x-fixes
Commit: 740a762ed1a0528ad36c443f5c897f7fd6f4c747
Parents: a0ce7ba
Author: Dennis Kieselhorst <d...@apache.org>
Authored: Mon Jul 10 20:31:38 2017 +0200
Committer: Dennis Kieselhorst <d...@apache.org>
Committed: Mon Jul 10 20:44:07 2017 +0200

----------------------------------------------------------------------
 .../apache/cxf/transport/http/asyncclient/SharedOutputBuffer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/740a762e/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/SharedOutputBuffer.java
----------------------------------------------------------------------
diff --git 
a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/SharedOutputBuffer.java
 
b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/SharedOutputBuffer.java
index 5d2a2fd..73f39f9 100644
--- 
a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/SharedOutputBuffer.java
+++ 
b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/SharedOutputBuffer.java
@@ -36,7 +36,7 @@ import org.apache.http.nio.util.ExpandableBuffer;
  * an I/O reactor and a worker thread.
  * <p/>
  * The I/O dispatch thread is expected to transfer data from the buffer to
- *   {@link ContentEncoder} by calling {@link #produceContent(ContentEncoder)}.
+ *   {@link ContentEncoder} by calling {@link #produceContent(ContentEncoder, 
IOControl)}.
  * <p/>
  * The worker thread is expected to write data to the buffer by calling
  * {@link #write(int)}, {@link #write(byte[], int, int)} or {@link 
#writeCompleted()}

Reply via email to