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 19f7f49 commit e562498Copy full SHA for e562498
api/src/test/java/org/asynchttpclient/async/AbstractBasicTest.java
@@ -79,7 +79,6 @@ public AbstractHandler configureHandler() throws Exception {
79
}
80
81
public static class AsyncCompletionHandlerAdapter extends AsyncCompletionHandler<Response> {
82
- public Runnable runnable;
83
84
@Override
85
public Response onCompleted(Response response) throws Exception {
0 commit comments