Skip to content

Commit f508174

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/ning/http/client/AsyncCompletionHandler.java

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

6363
/**
6464
* Invoked once the HTTP response processing is finished.
65-
* <p/>
66-
* <p/>
67-
* Gets always invoked as last callback method.
6865
*
6966
* @param response The {@link Response}
7067
* @return T Value that will be returned by the associated {@link java.util.concurrent.Future}

0 commit comments

Comments
 (0)