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 ef9f36b commit 04ae91cCopy full SHA for 04ae91c
api/src/main/java/com/ning/http/client/AsyncHttpClientConfig.java
@@ -904,7 +904,7 @@ 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 java.io.IOException} occurs because of a Network exception.
908
*
909
* @param maxRequestRetry the number of time a request will be retried
910
* @return this
0 commit comments