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

yufei 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 24cd8ec3 Fix javadoc in OpenAPI generated code (#401)
24cd8ec3 is described below

commit 24cd8ec33a61f67531577419eb5cc7e4a3478b27
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Thu Oct 24 16:24:27 2024 -0400

    Fix javadoc in OpenAPI generated code (#401)
---
 server-templates/api.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server-templates/api.mustache b/server-templates/api.mustache
index 0e807528..08821fbf 100644
--- a/server-templates/api.mustache
+++ b/server-templates/api.mustache
@@ -88,7 +88,7 @@ public class {{classname}}  {
 
 {{#operation}}
   /**
-   * {{^notes}}{{{summary}}}{{/notes}}{{{notes}}}
+   * {{^notes}}{{{summary}}}{{/notes}}{{notes}}
    *
    * Response type: {@code {{{returnBaseType}}}}.
    *{{#allParams}} @param {{paramName}} {{#required}}Required -{{/required}} 
{{description}}

Reply via email to