Skip to content

Commit 40372ac

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<#if pojo.getMetaAttribAsBool(property, "gen-property", true)>
44
<#if pojo.hasFieldJavaDoc(property)>
55
/**
6-
* ${pojo.getFieldJavaDoc(property, 4)}
6+
${pojo.getFieldJavaDoc(property, 4)}
77
*/
88
</#if>
99
<#include "GetPropertyAnnotation.ftl"/>

0 commit comments

Comments
 (0)