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 5de0c96 commit 3430173Copy full SHA for 3430173
src/test/java/com/ning/http/client/async/AbstractBasicTest.java
@@ -197,7 +197,6 @@ public void setUpGlobal() throws Exception {
197
}
198
199
public static class AsyncCompletionHandlerAdapter extends AsyncCompletionHandler<Response> {
200
- public Runnable runnable;
201
202
@Override
203
public Response onCompleted(Response response) throws Exception {
0 commit comments