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

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  CtClass.java
  Log:
  updated pom.xml and a few javadoc comments.
  
  Revision  Changes    Path
  1.86      +2 -1      javassist/src/main/javassist/CtClass.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtClass.java,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -b -r1.85 -r1.86
  --- CtClass.java	8 Jun 2007 13:32:10 -0000	1.85
  +++ CtClass.java	12 Jun 2007 13:30:14 -0000	1.86
  @@ -553,7 +553,8 @@
   
       /**
        * Changes a super class unless this object represents an interface.
  -     * The new super class must be compatible with the old one.
  +     * The new super class must be compatible with the old one; for example,
  +     * it should inherit from the old super class.
        *
        * <p>If this object represents an interface, this method is equivalent
        * to <code>addInterface()</code>; it appends <code>clazz</code> to
  
  
  



More information about the jboss-cvs-commits mailing list