mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#31 Improving formatting of generated code
This commit is contained in:
parent
1648375ede
commit
b61f0ce915
@ -38,7 +38,9 @@ public class ${implementationName} implements ${interfaceName} {
|
|||||||
</#list>
|
</#list>
|
||||||
|
|
||||||
<#list mappingMethods as mappingMethod>
|
<#list mappingMethods as mappingMethod>
|
||||||
|
|
||||||
<@includeModel object=mappingMethod/>
|
<@includeModel object=mappingMethod/>
|
||||||
|
<#if mappingMethod_has_next>
|
||||||
|
|
||||||
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user