mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Same fix as before
This commit is contained in:
parent
a208e415e5
commit
ab2f157821
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue