[jboss-cvs] javassist/tutorial ...
Shigeru Chiba
chiba at is.titech.ac.jp
Thu May 24 03:46:56 EDT 2007
User: chiba
Date: 07/05/24 03:46:56
Modified: tutorial tutorial3.html tutorial.html tutorial2.html
Log:
fixed a but in javassist.bytecode.stackmap etc.
Revision Changes Path
1.9 +3 -3 javassist/tutorial/tutorial3.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: tutorial3.html
===================================================================
RCS file: /cvsroot/jboss/javassist/tutorial/tutorial3.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- tutorial3.html 12 May 2007 14:45:09 -0000 1.8
+++ tutorial3.html 24 May 2007 07:46:56 -0000 1.9
@@ -236,7 +236,7 @@
<p>The generics of Java is implemented by the erasure technique.
After compilation, all type parameters are dropped off. For
-example, suppose that your source code declare a parameterized
+example, suppose that your source code declares a parameterized
type <code>Vector<String></code>:
<ul><pre>
@@ -273,7 +273,7 @@
</pre></ul>
<p>Then the interface you really have to add is <code>Getter</code>
-(the type parameters <code><T><code> drops off)
+(the type parameters <code><T></code> drops off)
and the method you also have to add to the <code>Wrapper</code>
class is this simple one:
@@ -289,6 +289,6 @@
<hr>
Java(TM) is a trademark of Sun Microsystems, Inc.<br>
-Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved.
+Copyright (C) 2000-2007 by Shigeru Chiba, All rights reserved.
</body>
</html>
1.31 +1 -1 javassist/tutorial/tutorial.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: tutorial.html
===================================================================
RCS file: /cvsroot/jboss/javassist/tutorial/tutorial.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- tutorial.html 12 May 2007 14:45:09 -0000 1.30
+++ tutorial.html 24 May 2007 07:46:56 -0000 1.31
@@ -1086,6 +1086,6 @@
<hr>
Java(TM) is a trademark of Sun Microsystems, Inc.<br>
-Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved.
+Copyright (C) 2000-2007 by Shigeru Chiba, All rights reserved.
</body>
</html>
1.28 +1 -1 javassist/tutorial/tutorial2.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: tutorial2.html
===================================================================
RCS file: /cvsroot/jboss/javassist/tutorial/tutorial2.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- tutorial2.html 31 Oct 2005 16:48:44 -0000 1.27
+++ tutorial2.html 24 May 2007 07:46:56 -0000 1.28
@@ -1623,6 +1623,6 @@
<hr>
Java(TM) is a trademark of Sun Microsystems, Inc.<br>
-Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved.
+Copyright (C) 2000-2007 by Shigeru Chiba, All rights reserved.
</body>
</html>
More information about the jboss-cvs-commits
mailing list