From: chiba Date: Sun, 23 Mar 2008 15:11:01 +0000 (+0000) Subject: fixed JASSIST-57 X-Git-Tag: rel_3_17_1_ga~212 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=67f676966e8f42b90f46914ac3ce0bd7e6773595;p=javassist.git fixed JASSIST-57 git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@431 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/src/main/javassist/ClassMap.java b/src/main/javassist/ClassMap.java index 28f646f0..e923a38a 100644 --- a/src/main/javassist/ClassMap.java +++ b/src/main/javassist/ClassMap.java @@ -76,7 +76,7 @@ public class ClassMap extends java.util.HashMap { * internal form used in the JVM before putting it in * the hashtable. * - *

If oldname is equivalent to + *

If oldname is identical to * newname, then this method does not * perform anything; it does not record the mapping from * oldname to newname. See diff --git a/src/main/javassist/compiler/AccessorMaker.java b/src/main/javassist/compiler/AccessorMaker.java index dd73ac69..7f4f918e 100644 --- a/src/main/javassist/compiler/AccessorMaker.java +++ b/src/main/javassist/compiler/AccessorMaker.java @@ -89,7 +89,7 @@ public class AccessorMaker { * @param accDesc the descriptor of the accessor method. The first * parameter type is clazz. * If the private method is static, - * accDesc must be equal to desc. + * accDesc must be identical to desc. * * @param orig the method info of the private method. * @return