The intermediary JNI class modifiers are now public by default. The proxy class pointer constructor and getCPtr() methods are also now public

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11927 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-03-08 20:48:11 +00:00
commit c1cce1bc98
4 changed files with 32 additions and 20 deletions

View file

@ -1,11 +1,6 @@
// Test the nspace feature
%module nspace
#if defined(SWIGJAVA)
SWIG_JAVABODY_METHODS(public, public, SWIGTYPE)
%pragma(java) jniclassclassmodifiers = "public class"
#endif
// nspace feature only supported by these languages
#if defined(SWIGJAVA) || defined(SWIGCSHARP)