aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-07-19 07:59:43 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-07-19 07:59:43 +0000
commit4f0fd85816dc5cdca1d2e24da7eff43ee13a39de (patch)
tree58db480399306ec897028c28a41493b721dd0e8f
parent5082400e409de85b297f95a29c232d1b9f5f2c59 (diff)
downloadjavassist-4f0fd85816dc5cdca1d2e24da7eff43ee13a39de.tar.gz
javassist-4f0fd85816dc5cdca1d2e24da7eff43ee13a39de.zip
fixed typos in the tutorial
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@558 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
-rw-r--r--tutorial/tutorial.html5
-rw-r--r--tutorial/tutorial2.html2
-rw-r--r--tutorial/tutorial3.html2
3 files changed, 5 insertions, 4 deletions
diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index 1d8dbc74..d62743d0 100644
--- a/tutorial/tutorial.html
+++ b/tutorial/tutorial.html
@@ -24,7 +24,8 @@ Shigeru Chiba
<br>4. <a href="tutorial2.html#intro">Introspection and customization</a>
<br>5. <a href="tutorial3.html#intro">Bytecode level API</a>
<br>6. <a href="tutorial3.html#generics">Generics</a>
-<br>7. <a href="tutorial3.html#j2me">J2ME</a>
+<br>7. <a href="tutorial3.html#varargs">Varargs</a>
+<br>8. <a href="tutorial3.html#j2me">J2ME</a>
</ul>
<p><br>
@@ -1095,6 +1096,6 @@ For more information, see the API documentation of
<hr>
Java(TM) is a trademark of Sun Microsystems, Inc.<br>
-Copyright (C) 2000-2007 by Shigeru Chiba, All rights reserved.
+Copyright (C) 2000-2010 by Shigeru Chiba, All rights reserved.
</body>
</html>
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html
index ef978ca0..65be0311 100644
--- a/tutorial/tutorial2.html
+++ b/tutorial/tutorial2.html
@@ -1622,6 +1622,6 @@ write:
<hr>
Java(TM) is a trademark of Sun Microsystems, Inc.<br>
-Copyright (C) 2000-2007 by Shigeru Chiba, All rights reserved.
+Copyright (C) 2000-2010 by Shigeru Chiba, All rights reserved.
</body>
</html>
diff --git a/tutorial/tutorial3.html b/tutorial/tutorial3.html
index 9b281a13..dd4fb791 100644
--- a/tutorial/tutorial3.html
+++ b/tutorial/tutorial3.html
@@ -361,6 +361,6 @@ objects, call the <code>getDeclaredMethods</code> method on a <code>CtClass</cod
<hr>
Java(TM) is a trademark of Sun Microsystems, Inc.<br>
-Copyright (C) 2000-2007 by Shigeru Chiba, All rights reserved.
+Copyright (C) 2000-2010 by Shigeru Chiba, All rights reserved.
</body>
</html>