We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7865dbf commit 40372acCopy full SHA for 40372ac
main/src/main/resources/pojo/PojoPropertyAccessors.ftl
@@ -3,7 +3,7 @@
3
<#if pojo.getMetaAttribAsBool(property, "gen-property", true)>
4
<#if pojo.hasFieldJavaDoc(property)>
5
/**
6
- * ${pojo.getFieldJavaDoc(property, 4)}
+ ${pojo.getFieldJavaDoc(property, 4)}
7
*/
8
</#if>
9
<#include "GetPropertyAnnotation.ftl"/>
0 commit comments