8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef9f36b + 4a67d1b commit f258370Copy full SHA for f258370
api/src/main/java/com/ning/http/client/AsyncHttpClientConfig.java
@@ -904,9 +904,9 @@ public Builder setRequestCompressionLevel(int requestCompressionLevel) {
904
}
905
906
/**
907
- * Set the number of time a request will be retried when an {@link java.io.IOException} occurs because of a Network exception.
+ * Set the number of times a request will be retried when an {@link jav 5831 a.io.IOException} occurs because of a Network exception.
908
*
909
- * @param maxRequestRetry the number of time a request will be retried
+ * @param maxRequestRetry the number of times a request will be retried
910
* @return this
911
*/
912
public Builder setMaxRequestRetry(int maxRequestRetry) {
0 commit comments