Fixed package name declaration in java wrapper

This commit is contained in:
Sylvain Berfini 2017-10-10 11:47:32 +02:00
parent 7bee10282c
commit b377585088
5 changed files with 5 additions and 5 deletions

View file

@ -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}}

View file

@ -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}}

View file

@ -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}}

View file

@ -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}}

View file

@ -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}}