Missing @Override; indicate that param is long
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1206739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12a3dbebeb
commit
c3a8df4016
|
@ -70,7 +70,7 @@ public class TestJettyHttpClient implements TestHttpAgent {
|
|||
try {
|
||||
this.client.send(exchange);
|
||||
} catch (IOException ex) {
|
||||
stats.failure(0);
|
||||
stats.failure(0L);
|
||||
}
|
||||
}
|
||||
stats.waitFor();
|
||||
|
@ -100,6 +100,7 @@ public class TestJettyHttpClient implements TestHttpAgent {
|
|||
this.stats = stats;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResponseStatus(
|
||||
final Buffer version, int status, final Buffer reason) throws IOException {
|
||||
this.status = status;
|
||||
|
|
Loading…
Reference in New Issue