Same fix as before

This commit is contained in:
Sylvain Berfini 2017-10-10 13:39:55 +02:00
parent a208e415e5
commit ab2f157821

View file

@ -81,7 +81,7 @@ public interface {{className}} {
*/
{{/doc}}
{{#deprecated}}@Deprecated
{{/deprecated}}public {{return}} {{name}}({{params}}){{#exception}} throws CoreException{{/exception}};
{{/deprecated}}public {{return}} {{name}}({{params}}){{#exception}} throws CoreException{{/exception}}{{#enumCast}} throws CoreException{{/enumCast}};
{{/methods}}