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

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jun 12 09:30:14 EDT 2007


  User: chiba   
  Date: 07/06/12 09:30:14

  Modified:    src/main/javassist/bytecode  ClassFile.java
  Log:
  updated pom.xml and a few javadoc comments.
  
  Revision  Changes    Path
  1.36      +1 -0      javassist/src/main/javassist/bytecode/ClassFile.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassFile.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ClassFile.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- ClassFile.java	4 Jun 2007 03:11:09 -0000	1.35
  +++ ClassFile.java	12 Jun 2007 13:30:14 -0000	1.36
  @@ -326,6 +326,7 @@
        * Sets the super class.
        * 
        * <p>
  +     * The new super class should inherit from the old super class.
        * This method modifies constructors so that they call constructors declared
        * in the new super class.
        */
  
  
  



More information about the jboss-cvs-commits mailing list