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

Shigeru Chiba chiba at is.titech.ac.jp
Sun Mar 23 11:10:30 EDT 2008


  User: chiba   
  Date: 08/03/23 11:10:29

  Modified:    src/main/javassist  ClassMap.java
  Log:
  fixed JASSIST-57
  
  Revision  Changes    Path
  1.11      +1 -1      javassist/src/main/javassist/ClassMap.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassMap.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/ClassMap.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- ClassMap.java	14 Jul 2007 08:53:57 -0000	1.10
  +++ ClassMap.java	23 Mar 2008 15:10:29 -0000	1.11
  @@ -76,7 +76,7 @@
        * internal form used in the JVM before putting it in
        * the hashtable.
        *
  -     * <p>If <code>oldname</code> is equivalent to
  +     * <p>If <code>oldname</code> is identical to
        * <code>newname</code>, then this method does not
        * perform anything; it does not record the mapping from
        * <code>oldname</code> to <code>newname</code>.  See
  
  
  



More information about the jboss-cvs-commits mailing list