Javadoc cleanup

This commit is contained in:
Oleg Kalnichevski 2018-10-21 13:34:45 +02:00
parent ab7be3fd53
commit 8ebb629563
1 changed files with 1 additions and 5 deletions

View File

@ -48,11 +48,7 @@ import org.apache.hc.core5.util.Args;
import org.apache.hc.core5.util.TextUtils; import org.apache.hc.core5.util.TextUtils;
/** /**
* Default implementation of {@link RedirectStrategy}. This strategy honors the restrictions * Default implementation of {@link RedirectStrategy}.
* on automatic redirection of unsafe methods such as POST, PUT and DELETE imposed by
* the HTTP specification. Non safe methods will be redirected as GET in response to
* status code {@link HttpStatus#SC_MOVED_PERMANENTLY}, {@link HttpStatus#SC_MOVED_TEMPORARILY}
* and {@link HttpStatus#SC_SEE_OTHER}.
* *
* @since 4.1 * @since 4.1
*/ */