From: chiba Date: Mon, 11 Jun 2007 17:19:05 +0000 (+0000) Subject: fixed wrong indentation X-Git-Tag: rel_3_17_1_ga~253 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=125fa6071ab048516288b822870ea6d7916ea25e;p=javassist.git fixed wrong indentation git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@386 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/src/main/javassist/bytecode/MethodInfo.java b/src/main/javassist/bytecode/MethodInfo.java index c7804727..45ec326a 100644 --- a/src/main/javassist/bytecode/MethodInfo.java +++ b/src/main/javassist/bytecode/MethodInfo.java @@ -194,7 +194,7 @@ public final class MethodInfo { */ public void setName(String newName) { name = constPool.addUtf8Info(newName); - cachedName = newName; + cachedName = newName; } /**