fix typo in javadoc in RestTemplate/ApiClient (#17541)

This commit is contained in:
Sebastian Toepfer 2024-01-06 08:21:18 +01:00 committed by GitHub
parent ca260b2230
commit cc946e3f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
/**
* Set the max attempts for retry
*
* @param getMaxAttemptsForRetry the max attempts for retry
* @param maxAttemptsForRetry the max attempts for retry
* @return ApiClient this client
*/
public ApiClient setMaxAttemptsForRetry(int maxAttemptsForRetry) {