Fixes issue #7167 (One space too many before JavaDoc first line in model methods).

This commit is contained in:
Neeme Praks 2017-12-13 12:51:08 +02:00
parent 81c0e81c77
commit b2de0e6df6

View File

@ -68,7 +68,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
}
{{/isMapContainer}}
/**
/**
{{#description}}
* {{{description}}}
{{/description}}