Browse Source

fixed wrong indentation


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@386 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 17 years ago
parent
commit
125fa6071a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/javassist/bytecode/MethodInfo.java

+ 1
- 1
src/main/javassist/bytecode/MethodInfo.java View File

@@ -194,7 +194,7 @@ public final class MethodInfo {
*/
public void setName(String newName) {
name = constPool.addUtf8Info(newName);
cachedName = newName;
cachedName = newName;
}

/**

Loading…
Cancel
Save