Unnecessary ;
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1206729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5470d0746b
commit
d7ce4582e2
|
@ -136,7 +136,7 @@ public class TestJettyHttpClient implements TestHttpAgent {
|
|||
super.onException(x);
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (args.length < 2) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue