Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
b3775850
Commit
b3775850
authored
Oct 10, 2017
by
Sylvain Berfini
🎩
Browse files
Fixed package name declaration in java wrapper
parent
7bee1028
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
wrappers/java/java_class.mustache
wrappers/java/java_class.mustache
+1
-1
wrappers/java/java_enum.mustache
wrappers/java/java_enum.mustache
+1
-1
wrappers/java/java_enum_old.mustache
wrappers/java/java_enum_old.mustache
+1
-1
wrappers/java/java_interface.mustache
wrappers/java/java_interface.mustache
+1
-1
wrappers/java/java_interface_stub.mustache
wrappers/java/java_interface_stub.mustache
+1
-1
No files found.
wrappers/java/java_class.mustache
View file @
b3775850
...
...
@@ -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
}}
...
...
wrappers/java/java_enum.mustache
View file @
b3775850
...
...
@@ -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
}}
...
...
wrappers/java/java_enum_old.mustache
View file @
b3775850
...
...
@@ -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
}}
...
...
wrappers/java/java_interface.mustache
View file @
b3775850
...
...
@@ -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
}}
...
...
wrappers/java/java_interface_stub.mustache
View file @
b3775850
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment