From cc946e3f617da92d949c72aea3fa35cdbc49ae1c Mon Sep 17 00:00:00 2001 From: Sebastian Toepfer <61313468+sebastian-toepfer@users.noreply.github.com> Date: Sat, 6 Jan 2024 08:21:18 +0100 Subject: [PATCH] fix typo in javadoc in RestTemplate/ApiClient (#17541) --- .../resources/Java/libraries/resttemplate/ApiClient.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/ApiClient.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/ApiClient.mustache index f60c9acc266..fe355ec358f 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/ApiClient.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/ApiClient.mustache @@ -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) {