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 11e991c commit c9a8fe2Copy full SHA for c9a8fe2
orm/src/main/resources/pojo/PojoPropertyAccessors.ftl
@@ -18,7 +18,7 @@
18
<#if pojo.getMetaAttribAsBool(property, "gen-property", true)>
19
<#if pojo.hasFieldJavaDoc(property)>
20
/**
21
- * ${pojo.getFieldJavaDoc(property, 4)}
+ ${pojo.getFieldJavaDoc(property, 4)}
22
*/
23
</#if>
24
<#include "GetPropertyAnnotation.ftl"/>
0 commit comments