From dc689aa1ff22f0ba1e5c209cfb3ab2765ece1eb2 Mon Sep 17 00:00:00 2001 From: zhongyujiang Date: Thu, 7 Aug 2025 12:05:30 +0800 Subject: [PATCH] fix: typo in server template files. --- server-templates/apiService.mustache | 2 +- server-templates/apiServiceImpl.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server-templates/apiService.mustache b/server-templates/apiService.mustache index b76c7fb391..305b13bccc 100644 --- a/server-templates/apiService.mustache +++ b/server-templates/apiService.mustache @@ -26,7 +26,7 @@ It is here to remove some unsupported imports and to update the default implemen }} /** * Service interface for implementations of the {{classname}}Service. Provides default - * implemntations for all service methods that return 501 error codes (not implemented). + * implementations for all service methods that return 501 error codes (not implemented). * * This file is automatically generated by the OpenAPI Code Generator based on configuration in the * pom.xml file in the module. diff --git a/server-templates/apiServiceImpl.mustache b/server-templates/apiServiceImpl.mustache index 9a02c84ae5..4ee2da09fd 100644 --- a/server-templates/apiServiceImpl.mustache +++ b/server-templates/apiServiceImpl.mustache @@ -26,7 +26,7 @@ It is here to remove some unsupported imports (ApiResponseMessage, openapi.tools }} /** * Default implementation of the {{classname}}Service. Provides default - * implemntations for all service methods that return 501 error codes (not implemented). + * implementations for all service methods that return 501 error codes (not implemented). * * This file is automatically generated by the OpenAPI Code Generator based on configuration in the * pom.xml file in the module.