#81, removing empty lines after factory method from code generation

This commit is contained in:
sjaakd 2014-02-02 17:15:45 +01:00
parent 9c45c96d8d
commit 11ba30f8a5

View File

@ -18,4 +18,4 @@
limitations under the License.
-->
<#if declaringMapper??>${mapperVariableName}.</#if>${name}( ${ext.input} )
<#if declaringMapper??>${mapperVariableName}.</#if>${name}<#if ext.input??>( ${ext.input} )<#else>()</#if>