diff options
author | chibash <chiba@javassist.org> | 2021-01-30 11:05:23 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2021-01-30 11:05:23 +0900 |
commit | 5668291e06b827aabdff733a0cc56378a68ce490 (patch) | |
tree | 4be037a1c944a88d53aa93388bee48cb7037db2b /src | |
parent | fc728c498942324eeae686c7a0077d68b3861e34 (diff) | |
download | javassist-5668291e06b827aabdff733a0cc56378a68ce490.tar.gz javassist-5668291e06b827aabdff733a0cc56378a68ce490.zip |
fixes typos for #357
Diffstat (limited to 'src')
-rw-r--r-- | src/main/javassist/bytecode/LocalVariableAttribute.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/javassist/bytecode/LocalVariableAttribute.java b/src/main/javassist/bytecode/LocalVariableAttribute.java index dcee7965..3f35e440 100644 --- a/src/main/javassist/bytecode/LocalVariableAttribute.java +++ b/src/main/javassist/bytecode/LocalVariableAttribute.java @@ -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. */ |