Skip to content

Commit 36dd803

Browse files
author
Stephane Landelle
committed
Fix javadoc
1 parent 576d657 commit 36dd803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/org/asynchttpclient/AsyncHttpClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
* <p/>
123123
* String bodyResponse = f.get();
124124
* </pre></blockquote
125-
* From any {@link HttpContent} sub classes, you can asynchronously process the response status,headers and body and decide when to
126-
* stop the processing the response by throwing a new {link ResponseComplete} at any moment.
125+
* You can asynchronously process the response status,headers and body and decide when to
126+
* stop the processing the response by returning STATE.ABORT at any moment.
127127
* <p/>
128128
* This class can also be used without the need of {@link AsyncHandler}</p>
129129
* <blockquote><pre>

0 commit comments

Comments
 (0)