[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] javassist/src/main/javassist CtClass.java
From:       Shigeru Chiba <chiba () users ! sourceforge ! net>
Date:       2003-04-30 11:48:41
[Download RAW message or body]

  User: chiba   
  Date: 03/04/30 04:48:41

  Modified:    src/main/javassist CtClass.java
  Log:
  fixed an array-access bug.
  
  Revision  Changes    Path
  1.4       +1 -1      javassist/src/main/javassist/CtClass.java
  
  Index: CtClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtClass.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CtClass.java	30 Apr 2003 08:26:58 -0000	1.3
  +++ CtClass.java	30 Apr 2003 11:48:41 -0000	1.4
  @@ -225,7 +225,7 @@
       /**
        * Returns <code>true</code> if this class extends or implements
        * <code>clazz</code>.  It also returns <code>true</code> if
  -     * this class is the same as <code>clazz<code>.
  +     * this class is the same as <code>clazz</code>.
        */
       public boolean subtypeOf(CtClass clazz) throws NotFoundException {
           return this == clazz || getName().equals(clazz.getName());
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic