Skip to content

Commit adc0354

Browse files
committed
Fix Javadoc: onCompleted might not be invoked, or not invoked last if user override other listening methods and crash
1 parent f7b44a0 commit adc0354

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ public void onThrowable(Throwable t) {
7272

7373
/**
7474
* Invoked once the HTTP response processing is finished.
75-
* <p/>
76-
* <p/>
77-
* Gets always invoked as last callback method.
7875
*
7976
* @param response The {@link Response}
8077
* @return T Value that will be returned by the associated {@link java.util.concurrent.Future}

0 commit comments

Comments
 (0)