aboutsummaryrefslogtreecommitdiff
path: root/Examples/java/native/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/java/native/index.html')
-rw-r--r--Examples/java/native/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/java/native/index.html b/Examples/java/native/index.html
index a2cea6d04..7ecf129ce 100644
--- a/Examples/java/native/index.html
+++ b/Examples/java/native/index.html
@@ -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.