mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Java wrapper deprecated annotation starts with a cap
This commit is contained in:
parent
12df1381bc
commit
13321b9d69
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ public interface {{className}} {
|
|||
{{/lines}}
|
||||
*/
|
||||
{{/doc}}
|
||||
{{#deprecated}}@deprecated
|
||||
{{#deprecated}}@Deprecated
|
||||
{{/deprecated}}public {{return}} {{name}}({{params}}){{#exception}} throws CoreException{{/exception}};
|
||||
|
||||
{{/methods}}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public interface {{className}} {
|
|||
{{/lines}}
|
||||
*/
|
||||
{{/doc}}
|
||||
{{#deprecated}}@deprecated
|
||||
{{#deprecated}}@Deprecated
|
||||
{{/deprecated}}public {{return}} {{name}}({{params}}){{#exception}} throws CoreException{{/exception}};
|
||||
|
||||
{{/methods}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue