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 c2382b1 commit de13cd0Copy full SHA for de13cd0
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