Browse Source

fixes typos for #357

tags/rel_3_28_0_ga
chibash 3 years ago
parent
commit
5668291e06
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      Readme.html
  2. 2
    2
      src/main/javassist/bytecode/LocalVariableAttribute.java

+ 1
- 1
Readme.html View File



<p>-version 3.28 <p>-version 3.28
<ul> <ul>
<li>GitHub Issue #328, #339.
<li>GitHub Issue #328, #339, #357.
</ul> </ul>


<p>-version 3.27 on March 19, 2020 <p>-version 3.27 on March 19, 2020

+ 2
- 2
src/main/javassist/bytecode/LocalVariableAttribute.java View File



/** /**
* Returns the name of the local variable with given index. * 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. * @param index the index of the local variable.
*/ */

Loading…
Cancel
Save