mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
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 @@ protected void onException(final Throwable x) {
|
||||
super.onException(x);
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (args.length < 2) {
|
||||
|
@ -135,7 +135,7 @@ public void onThrowable(final Throwable t) {
|
||||
this.stats.failure(this.contentLen);
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (args.length < 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user