Removed a sentence from javadocs, which was no longer correct

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@725803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-12-11 20:34:05 +00:00
parent 24d9795fdf
commit 7378dc82be
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ import java.net.URI;
* process, unless that text happens to be the output of the process.
* </blockquote>
* </p>
* <p>
* GetMethods will follow redirect requests from the http server by default.
* This behavour can be disabled by calling setFollowRedirects(false).</p>
*
* @version $Revision$
*