Corrected comment on the type typemaps

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4896 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-06-12 12:30:17 +00:00
commit 2837d84df9

View file

@ -9,8 +9,8 @@
/* The jni, jtype and jstype typemaps work together and so there should be one of each.
* The jni typemap contains the JNI type used in the JNI (C/C++) code.
* The jtype typemap contains the Java type used in the Java module class.
* The jstype typemap contains the Java type used in the Java proxy class. */
* The jtype typemap contains the Java type used in the JNI intermediary class.
* The jstype typemap contains the Java type used in the Java proxy classes, type wrapper classes and module class. */
/* Primitive types */
%typemap(jni) bool, const bool & "jboolean"