Skip to content

Commit 4a67d1b

Browse files
committed
another typo
1 parent 04ae91c commit 4a67d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ public Builder setRequestCompressionLevel(int requestCompressionLevel) {
906906
/**
907907
* 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)