Skip to content

Commit

Permalink
Use proper java enums in SWIG interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sorig authored and sanuj committed Aug 12, 2016
1 parent 072b61a commit d9f0a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/java_modular/swig_typemaps.i
Expand Up @@ -8,7 +8,7 @@
*
*/

%include <java/enumtypeunsafe.swg>
%include <java/enums.swg>

#ifdef HAVE_JBLAS
%pragma(java) jniclassimports=%{
Expand Down

0 comments on commit d9f0a69

Please sign in to comment.