Skip to content

Commit fd2f655

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

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
@@ -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)