This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new d753e3dad fix: typo in server template files. (#2288)
d753e3dad is described below

commit d753e3dadae85d014b3f1c9f5e6c2a4075cf9629
Author: Yujiang Zhong <42907416+zhongyuji...@users.noreply.github.com>
AuthorDate: Thu Aug 7 15:20:47 2025 +0800

    fix: typo in server template files. (#2288)
---
 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 b76c7fb39..305b13bcc 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 9a02c84ae..4ee2da09f 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.

Reply via email to