[jboss-cvs] javassist/src/main/javassist/bytecode ...

Shigeru Chiba chiba at is.titech.ac.jp
Thu Jan 15 10:06:29 EST 2009


  User: chiba   
  Date: 09/01/15 10:06:29

  Modified:    src/main/javassist/bytecode  MethodInfo.java
  Log:
  fixed a typo
  
  Revision  Changes    Path
  1.28      +1 -1      javassist/src/main/javassist/bytecode/MethodInfo.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodInfo.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/MethodInfo.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- MethodInfo.java	11 Jun 2007 17:19:05 -0000	1.27
  +++ MethodInfo.java	15 Jan 2009 15:06:28 -0000	1.28
  @@ -434,7 +434,7 @@
        * <p>
        * This method modifies a call to <code>super()</code>, which should be
        * at the head of a constructor body, so that a constructor in a different
  -     * super class is called. This method does not change actural parameters.
  +     * super class is called. This method does not change actual parameters.
        * Hence the new super class must have a constructor with the same signature
        * as the original one.
        * 
  
  
  



More information about the jboss-cvs-commits mailing list