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:
Sebastian Bazley 2011-11-27 15:37:09 +00:00
parent 12a3dbebeb
commit c3a8df4016
1 changed files with 2 additions and 1 deletions

View File

@ -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;