HTTPCLIENT-1158: fixed typo
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1232915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
987593b260
commit
fcf77abb6c
|
@ -127,7 +127,7 @@ public class URIUtils {
|
||||||
final HttpHost target,
|
final HttpHost target,
|
||||||
boolean dropFragment) throws URISyntaxException {
|
boolean dropFragment) throws URISyntaxException {
|
||||||
if (uri == null) {
|
if (uri == null) {
|
||||||
throw new IllegalArgumentException("URI may nor be null");
|
throw new IllegalArgumentException("URI may not be null");
|
||||||
}
|
}
|
||||||
if (target != null) {
|
if (target != null) {
|
||||||
return URIUtils.createURI(
|
return URIUtils.createURI(
|
||||||
|
|
Loading…
Reference in New Issue