diff options
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/tutorial2.html | 3 |
1 files changed, 1 insertions, 2 deletions
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> |