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.
1 parent 04ae91c commit 4a67d1bCopy full SHA for 4a67d1b
api/src/main/java/com/ning/http/client/AsyncHttpClientConfig.java
@@ -906,7 +906,7 @@ public Builder setRequestCompressionLevel(int requestCompressionLevel) {
906
/**
907
* Set the number of times a request will be retried when an {@link java.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