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

Shigeru Chiba chiba at is.titech.ac.jp
Fri May 4 23:54:33 EDT 2007


  User: chiba   
  Date: 07/05/04 23:54:33

  Modified:    src/main/javassist  CtClass.java
  Log:
  fixed a typo.
  
  Revision  Changes    Path
  1.83      +1 -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.82
  retrieving revision 1.83
  diff -u -b -r1.82 -r1.83
  --- CtClass.java	5 May 2007 03:47:52 -0000	1.82
  +++ CtClass.java	5 May 2007 03:54:33 -0000	1.83
  @@ -738,7 +738,7 @@
       /**
        * Returns an array containing <code>CtMethod</code> objects
        * representing all the non-private methods of the class.
  -     * That array includes pon-private methods inherited from the
  +     * That array includes non-private methods inherited from the
        * superclasses.
        */
       public CtMethod[] getMethods() {
  
  
  



More information about the jboss-cvs-commits mailing list