mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fixed package name declaration in java wrapper
This commit is contained in:
parent
7bee10282c
commit
b377585088
5 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package {{packageName}}
|
||||
package {{packageName}};
|
||||
|
||||
{{#imports}}
|
||||
import {{import}}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package {{packageName}}
|
||||
package {{packageName}};
|
||||
|
||||
{{#imports}}
|
||||
import {{import}}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package {{packageName}}
|
||||
package {{packageName}};
|
||||
|
||||
{{#imports}}
|
||||
import {{import}}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package {{packageName}}
|
||||
package {{packageName}};
|
||||
|
||||
{{#imports}}
|
||||
import {{import}}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package {{packageName}}
|
||||
package {{packageName}};
|
||||
|
||||
{{#imports}}
|
||||
import {{import}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue