Javadoc clarification
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1570961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d30d5c4883
commit
28c75eff7f
|
@ -96,7 +96,7 @@ public class DefaultHttpRequestRetryHandler implements HttpRequestRetryHandler {
|
||||||
* <li>SSLException</li>
|
* <li>SSLException</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* @param retryCount how many times to retry; 0 means no retries
|
* @param retryCount how many times to retry; 0 means no retries
|
||||||
* @param requestSentRetryEnabled true if it's OK to retry requests that have been sent
|
* @param requestSentRetryEnabled true if it's OK to retry non-idempotent requests that have been sent
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public DefaultHttpRequestRetryHandler(final int retryCount, final boolean requestSentRetryEnabled) {
|
public DefaultHttpRequestRetryHandler(final int retryCount, final boolean requestSentRetryEnabled) {
|
||||||
|
|
Loading…
Reference in New Issue