Fixed check style violations
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1505609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4aa221dd54
commit
914c9ceba6
|
@ -67,10 +67,10 @@ public class DefaultHttpRequestRetryHandler implements HttpRequestRetryHandler {
|
|||
|
||||
/**
|
||||
* Create the request retry handler using the specified IOException classes
|
||||
*
|
||||
*
|
||||
* @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 clazzes the IOException types that should not be retried
|
||||
* @param clazzes the IOException types that should not be retried
|
||||
* @since 4.3
|
||||
*/
|
||||
protected DefaultHttpRequestRetryHandler(
|
||||
|
@ -87,7 +87,7 @@ public class DefaultHttpRequestRetryHandler implements HttpRequestRetryHandler {
|
|||
}
|
||||
|
||||
/**
|
||||
* Create the request retry handler using the following list of
|
||||
* Create the request retry handler using the following list of
|
||||
* non-retriable IOException classes: <br>
|
||||
* <ul>
|
||||
* <li>InterruptedIOException</li>
|
||||
|
|
Loading…
Reference in New Issue