blank...
This commit is contained in:
parent
91eedeb27b
commit
3ed53ed366
@ -81,7 +81,7 @@ public class HttpComponent3 extends AbstractHttpClient {
|
|||||||
return new TraceMethod(uri.getEscapedURI());
|
return new TraceMethod(uri.getEscapedURI());
|
||||||
} else {
|
} else {
|
||||||
throw new HttpClientException("unknown request method "
|
throw new HttpClientException("unknown request method "
|
||||||
+ method + "for" + uri);
|
+ method + " for " + uri);
|
||||||
}
|
}
|
||||||
httpMethod.setURI(uri);
|
httpMethod.setURI(uri);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|||||||
@ -62,7 +62,7 @@ public abstract class HttpComponent4 extends AbstractHttpClient {
|
|||||||
return new HttpTrace(uri);
|
return new HttpTrace(uri);
|
||||||
} else {
|
} else {
|
||||||
throw new HttpClientException("unknown request method " + method
|
throw new HttpClientException("unknown request method " + method
|
||||||
+ "for" + uri);
|
+ " for " + uri);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user