mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Forgot to add throws CoreException to public interface in java wrapper
This commit is contained in:
parent
03a625226b
commit
a208e415e5
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public interface {{className}} {
|
|||
{{/lines}}
|
||||
*/
|
||||
{{/doc}}
|
||||
public {{return}} {{name}}({{params}}){{#exception}} throws CoreException{{/exception}};
|
||||
public {{return}} {{name}}({{params}}){{#exception}} throws CoreException{{/exception}}{{#enumCast}} throws CoreException{{/enumCast}};
|
||||
|
||||
{{/staticMethods}}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue