Procházet zdrojové kódy

fixes typos for #357

tags/rel_3_28_0_ga
chibash před 3 roky
rodič
revize
5668291e06

+ 1
- 1
Readme.html Zobrazit soubor

@@ -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

+ 2
- 2
src/main/javassist/bytecode/LocalVariableAttribute.java Zobrazit soubor

@@ -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.
*/

Načítá se…
Zrušit
Uložit