Remove cvs $Header$

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10005 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-17 21:47:25 +00:00
commit 92bceacc38
45 changed files with 1 additions and 91 deletions

View file

@ -11,8 +11,6 @@
<H2>SWIG wrapped and manually wrapped functions in Java</H2>
<tt>$Header$</tt><br>
<p>
Click <a href="../../../Doc/Manual/Java.html#using_own_jni_functions">here</a> for the relevant section in the SWIG and Java documentation.
<p>
This example compares wrapping a c global function using the manual way and the SWIG way.