diff options
-rw-r--r-- | tutorial/tutorial.html | 5 | ||||
-rw-r--r-- | tutorial/tutorial2.html | 2 | ||||
-rw-r--r-- | tutorial/tutorial3.html | 2 |
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> |