We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faf8cc commit a746f54Copy full SHA for a746f54
client/src/main/java/org/asynchttpclient/AsyncCompletionHandler.java
@@ -31,7 +31,7 @@
31
* @param <T> Type of the value that will be returned by the associated
32
* {@link java.util.concurrent.Future}
33
*/
34
-public abstract class AsyncCompletionHandler<T> implements AsyncHandler<T>, ProgressAsyncHandler<T> {
+public abstract class AsyncCompletionHandler<T> implements ProgressAsyncHandler<T> {
35
36
private static final Logger LOGGER = LoggerFactory.getLogger(AsyncCompletionHandler.class);
37
private final Response.ResponseBuilder builder = new Response.ResponseBuilder();
0 commit comments