Java wrapper deprecated annotation starts with a cap

This commit is contained in:
Sylvain Berfini 2017-10-10 13:26:30 +02:00
parent 12df1381bc
commit 13321b9d69
2 changed files with 2 additions and 2 deletions

View file

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

View file

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