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