#513, template improvement, adding space before throws keyword

This commit is contained in:
sjaakd 2015-05-17 12:17:30 +02:00
parent b98644cfeb
commit 379460b70d
3 changed files with 3 additions and 6 deletions

View File

@ -60,8 +60,7 @@
</#if>
}
<#macro throws>
<@compress single_line=true>
<#if (thrownTypes?size > 0)> throws </#if>
<#if (thrownTypes?size > 0)><#lt> throws </#if><@compress single_line=true>
<#list thrownTypes as exceptionType>
<@includeModel object=exceptionType/>
<#if exceptionType_has_next>, </#if>

View File

@ -78,8 +78,7 @@
</#if>
}
<#macro throws>
<@compress single_line=true>
<#if (thrownTypes?size > 0)> throws </#if>
<#if (thrownTypes?size > 0)><#lt> throws </#if><@compress single_line=true>
<#list thrownTypes as exceptionType>
<@includeModel object=exceptionType/>
<#if exceptionType_has_next>, </#if>

View File

@ -57,8 +57,7 @@
</#if>
}
<#macro throws>
<@compress single_line=true>
<#if (thrownTypes?size > 0)> throws </#if>
<#if (thrownTypes?size > 0)><#lt> throws </#if><@compress single_line=true>
<#list thrownTypes as exceptionType>
<@includeModel object=exceptionType/>
<#if exceptionType_has_next>, </#if>