Skip to content

Commit c9a8fe2

Browse files
jrenaatkoentsje
authored andcommitted
HBX-1020 - Correction in javaDoc generation for getXXX() accessors
Signed-off-by: Jan Schatteman <[email protected]>
1 parent 11e991c commit c9a8fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm/src/main/resources/pojo/PojoPropertyAccessors.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<#if pojo.getMetaAttribAsBool(property, "gen-property", true)>
1919
<#if pojo.hasFieldJavaDoc(property)>
2020
/**
21-
* ${pojo.getFieldJavaDoc(property, 4)}
21+
${pojo.getFieldJavaDoc(property, 4)}
2222
*/
2323
</#if>
2424
<#include "GetPropertyAnnotation.ftl"/>

0 commit comments

Comments
 (0)