Correction for Java mods

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@3687 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2002-08-29 20:49:00 +00:00
commit 88d72d816d

View file

@ -137,7 +137,7 @@ $ cat main.java
public class main {
public static void main(String argv[]) {
System.loadLibrary("example");
System.out.println(example.get_My_variable());
System.out.println(example.getMy_variable());
System.out.println(example.fact(5));
System.out.println(example.get_time());
}