#153 Formatting of generated code

This commit is contained in:
Gunnar Morling 2014-03-04 00:23:30 +01:00
parent 84902318f9
commit ab7641731f

View File

@ -72,7 +72,9 @@
${targetBeanName}.${targetReadAccessorName}().putAll( <#nested true> ); ${targetBeanName}.${targetReadAccessorName}().putAll( <#nested true> );
</#if> </#if>
} }
}<#if targetAccessorSetter> else if ( ${sourceBeanName}.${sourceAccessorName}() != null ) { }
<#if targetAccessorSetter>
else if ( ${sourceBeanName}.${sourceAccessorName}() != null ) {
${targetBeanName}.${targetAccessorName}( <#nested false> ); ${targetBeanName}.${targetAccessorName}( <#nested false> );
} }
</#if> </#if>