Changed #rewriteRequestURI method visibility to protected

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@665917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-06-09 22:07:49 +00:00
parent baaef5ace5
commit f267f66df9
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class DefaultClientRequestDirector
}
private void rewriteRequestURI(
protected void rewriteRequestURI(
final RequestWrapper request,
final HttpRoute route) throws ProtocolException {
try {