]> source.dussan.org Git - javassist.git/commitdiff
fixed typos in the tutorial
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Mon, 19 Jul 2010 07:59:43 +0000 (07:59 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Mon, 19 Jul 2010 07:59:43 +0000 (07:59 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@558 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

tutorial/tutorial.html
tutorial/tutorial2.html
tutorial/tutorial3.html

index 1d8dbc749e400551fb940220875b53cb1ec4422f..d62743d029733141c77cc64c10eb17e07dd297d4 100644 (file)
@@ -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>
index ef978ca044b086de5fcb963d604072839c4dac91..65be0311324537a679409de26c9776343558dafb 100644 (file)
@@ -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>
index 9b281a1369ca62034968c757ce284d068cc1ced5..dd4fb791026a903fe30c53a70b21bc19d21a5689 100644 (file)
@@ -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>