summaryrefslogtreecommitdiff
path: root/Doc/Manual/Java.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-05-29 21:08:42 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-05-29 21:08:42 +0000
commit69db2257cb3d1ec62f327d67211483d57a3ab270 (patch)
tree2e253a8fae066c72a7476196a3527c21817ee151 /Doc/Manual/Java.html
parent8e496434d195d61ae3ee608e8a3dd8ff4abfc696 (diff)
downloadswig-69db2257cb3d1ec62f327d67211483d57a3ab270.tar.gz
Fix broken links shown from running 'make linkchecker'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12068 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Java.html')
-rw-r--r--Doc/Manual/Java.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html
index 366736eb7..c5778c432 100644
--- a/Doc/Manual/Java.html
+++ b/Doc/Manual/Java.html
@@ -1098,6 +1098,7 @@ Typesafe enums have their advantages over using plain integers in that they can
However, there are limitations. For example, they cannot be used in switch statements and serialization is an issue.
Please look at the following references for further information:
+ http://java.sun.com/developer/Books/shiftintojava/page1.html#replaceenums
<a href="http://java.sun.com/developer/Books/shiftintojava/page1.html#replaceenums">Replace Enums with Classes</a> in <i>Effective Java Programming</i> on the Sun website,
<a href="http://www.javaworld.com/javaworld/jw-07-1997/jw-07-enumerated.html">Create enumerated constants in Java</a> JavaWorld article,
<a href="http://www.javaworld.com/javaworld/javatips/jw-javatip133.html">Java Tip 133: More on typesafe enums</a> and
@@ -2360,7 +2361,7 @@ See <a href="#Java_imclass_pragmas">The intermediary JNI class pragmas</a> secti
<p>
A Java proxy class is generated for each structure, union or C++ class that is wrapped.
-Proxy classes have also been called <a href="http://java.sun.com/developer/JDCTechTips/2001/tt0612.html#tip2">peer classes</a>.
+Proxy classes have also been called <a href="http://java.sun.com/docs/books/jni/html/stubs.html">peer classes</a>.
The default proxy class for our previous example looks like this:
</p>