]> source.dussan.org Git - javassist.git/commitdiff
fixes typos for #357
authorchibash <chiba@javassist.org>
Sat, 30 Jan 2021 02:05:23 +0000 (11:05 +0900)
committerchibash <chiba@javassist.org>
Sat, 30 Jan 2021 02:05:23 +0000 (11:05 +0900)
Readme.html
src/main/javassist/bytecode/LocalVariableAttribute.java

index 247962a5b48e5b33e8cec80d1c5a87218666c79f..5cfff1f0467e98b4f63121449907e7622dd2049b 100644 (file)
@@ -293,7 +293,7 @@ see javassist.Dump.
 
 <p>-version 3.28
 <ul>
-       <li>GitHub Issue #328, #339.
+       <li>GitHub Issue #328, #339, #357.
 </ul>
 
 <p>-version 3.27 on March 19, 2020
index dcee79654c228e34506c4f5b333fd13df88479a6..3f35e4405e0f2b830d31df5be8ee6114c803eb8e 100644 (file)
@@ -219,8 +219,8 @@ public class LocalVariableAttribute extends AttributeInfo {
 
     /**
      * Returns the name of the local variable with given index.
-     * If you want get the parameter name of method with correct order,
-     * should using this method.
+     * If you want to get the parameter name of method with correct order,
+     * you should using this method.
      *
      * @param index         the index of the local variable.
      */