From 2837d84df99bdffe5faba056eb33fd03f6ef4343 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 12 Jun 2003 12:30:17 +0000 Subject: [PATCH] Corrected comment on the type typemaps git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4896 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/java/java.swg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/java/java.swg b/Lib/java/java.swg index 4ef913224..3b0d84dfa 100644 --- a/Lib/java/java.swg +++ b/Lib/java/java.swg @@ -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"