mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
fix typo in javadoc in RestTemplate/ApiClient (#17541)
This commit is contained in:
parent
ca260b2230
commit
cc946e3f61
@ -185,7 +185,7 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
|
|||||||
/**
|
/**
|
||||||
* Set the max attempts for retry
|
* Set the max attempts for retry
|
||||||
*
|
*
|
||||||
* @param getMaxAttemptsForRetry the max attempts for retry
|
* @param maxAttemptsForRetry the max attempts for retry
|
||||||
* @return ApiClient this client
|
* @return ApiClient this client
|
||||||
*/
|
*/
|
||||||
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
|
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user