Skip to content

Commit f258370

Browse files
committed
Merge pull request AsyncHttpClient#159 from softprops/javadoc_typo
Javadoc typo
2 parents ef9f36b + 4a67d1b commit f258370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/com/ning/http/client/AsyncHttpClientConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,9 +904,9 @@ public Builder setRequestCompressionLevel(int requestCompressionLevel) {
904904
}
905905

906906
/**
907-
* Set the number of time a request will be retried when an {@link java.io.IOException} occurs because of a Network exception.
907+
* Set the number of times a request will be retried when an {@link java.io.IOException} occurs because of a Network exception.
908908
*
909-
* @param maxRequestRetry the number of time a request will be retried
909+
* @param maxRequestRetry the number of times a request will be retried
910910
* @return this
911911
*/
912912
public Builder setMaxRequestRetry(int maxRequestRetry) {

0 commit comments

Comments
 (0)