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