]> source.dussan.org Git - javassist.git/commitdiff
fixed JASSIST-57
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sun, 23 Mar 2008 15:11:01 +0000 (15:11 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sun, 23 Mar 2008 15:11:01 +0000 (15:11 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@431 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/ClassMap.java
src/main/javassist/compiler/AccessorMaker.java

index 28f646f05b4244e8367c3f0a4bf5872d913ec036..e923a38a4d77b2aaaa3aaedfd53e74f9f6a26404 100644 (file)
@@ -76,7 +76,7 @@ public class ClassMap extends java.util.HashMap {
      * 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
index dd73ac69af00a61db77a2bd40a9719d3a610812b..7f4f918ea2d8f666b187465d0f0bcca7ee1014ca 100644 (file)
@@ -89,7 +89,7 @@ public class AccessorMaker {
      * @param accDesc   the descriptor of the accessor method.  The first
      *                  parameter type is <code>clazz</code>.
      *                  If the private method is static,
-     *              <code>accDesc<code> must be equal to <code>desc</code>. 
+     *              <code>accDesc<code> must be identical to <code>desc</code>. 
      *                  
      * @param orig      the method info of the private method.
      * @return