aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Readme.html5
-rw-r--r--tutorial/tutorial2.html3
2 files changed, 4 insertions, 4 deletions
diff --git a/Readme.html b/Readme.html
index b19a0101..df7b5f20 100644
--- a/Readme.html
+++ b/Readme.html
@@ -281,9 +281,10 @@ see javassist.Dump.
<h2>Changes</h2>
-<p>-version 3.7.2
+<p>-version 3.8
<ul>
- <li>JASSIST-45, 47, 51, 54-57, 60 were fixed.
+ <li>javassist.bytecode.analysis was implemented.
+ <li>JASSIST-45, 47, 51, 54-57, 60, 62 were fixed.
</ul>
<p>-version 3.7.1 on March 10, 2008
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html
index 833d1227..ef978ca0 100644
--- a/tutorial/tutorial2.html
+++ b/tutorial/tutorial2.html
@@ -511,8 +511,7 @@ parameter types in declaration order.
<p>The value of <code>$type</code> is an <code>java.lang.Class</code>
object representing the formal type of the result value. This
-variable is available only in <code>insertAfter()</code> in
-<code>CtMethod</code> and <code>CtConstructor</code>.
+variable refers to <code>Void.class</code> if this is a constructor.
<h4>$class</h4>