Skip to content

Commit

Permalink
Fix javadoc in OpenAPI generated code (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas-b authored Oct 24, 2024
1 parent ef111d9 commit 24cd8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-templates/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 24cd8ec

Please sign in to comment.