Unnecessary ;

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1206729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-11-27 15:11:32 +00:00
parent 5470d0746b
commit d7ce4582e2
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ public class TestJettyHttpClient implements TestHttpAgent {
super.onException(x);
}
};
}
public static void main(String[] args) throws Exception {
if (args.length < 2) {

View File

@ -135,7 +135,7 @@ public class TestNingHttpClient implements TestHttpAgent {
this.stats.failure(this.contentLen);
}
};
}
public static void main(String[] args) throws Exception {
if (args.length < 2) {