Skip to content

Commit 04ae91c

Browse files
committed
fixed type in setMaxRequestRetry javadoc
1 parent ef9f36b commit 04ae91c

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
@@ -904,7 +904,7 @@ 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
*
909909
* @param maxRequestRetry the number of time a request will be retried
910910
* @return this

0 commit comments

Comments
 (0)