mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-22 19:17:07 +00:00
Fixes issue #7167 (One space too many before JavaDoc first line in model methods).
This commit is contained in:
@@ -68,7 +68,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
|
||||
}
|
||||
{{/isMapContainer}}
|
||||
|
||||
/**
|
||||
/**
|
||||
{{#description}}
|
||||
* {{{description}}}
|
||||
{{/description}}
|
||||
|
||||
Reference in New Issue
Block a user