From 8ebb629563b82e468f7f745ce9f3e37807a3a5a1 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sun, 21 Oct 2018 13:34:45 +0200 Subject: [PATCH] Javadoc cleanup --- .../hc/client5/http/impl/DefaultRedirectStrategy.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/DefaultRedirectStrategy.java b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/DefaultRedirectStrategy.java index 54c9048a9..a86ab32dd 100644 --- a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/DefaultRedirectStrategy.java +++ b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/DefaultRedirectStrategy.java @@ -48,11 +48,7 @@ import org.apache.hc.core5.util.Args; import org.apache.hc.core5.util.TextUtils; /** - * Default implementation of {@link RedirectStrategy}. This strategy honors the restrictions - * 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}. + * Default implementation of {@link RedirectStrategy}. * * @since 4.1 */