git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1353361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-06-24 23:31:19 +00:00
parent 1505d6dca6
commit 09527b3f74

View File

@ -176,9 +176,9 @@ public static URI rewriteURI(
}
/**
* A convenience method that creates a new {@link URI} whose scheme, host, port ,path,
* query are taken from the existing URI if it contains a fragment. The existing URI
* is returned unmodified if it has no fragment.
* A convenience method that creates a new {@link URI} whose scheme, host, port, path,
* query are taken from the existing URI, dropping any fragment or user-information.
* The existing URI is returned unmodified if it has no fragment or user-information.
*
* @param uri
* original URI.