[jboss-cvs] javassist/tutorial ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jun 3 05:01:50 EDT 2008


  User: chiba   
  Date: 08/06/03 05:01:50

  Modified:    tutorial  tutorial2.html
  Log:
  $type support by CtBehavior#insertBefore: JIRA JASSIST-62
  
  Revision  Changes    Path
  1.29      +1 -2      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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- tutorial2.html	24 May 2007 07:46:56 -0000	1.28
  +++ tutorial2.html	3 Jun 2008 09:01:50 -0000	1.29
  @@ -511,8 +511,7 @@
   
   <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>
   
  
  
  



More information about the jboss-cvs-commits mailing list