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

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) {