[강운덕] [LUCYSUS-1744] classloader분리를 위해 classPool의 참조 관계를 제거함.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1376 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-04-01 05:17:32 +00:00
parent c2f577d17f
commit cf0ba566f0
19 changed files with 35 additions and 41 deletions
@@ -22,9 +22,6 @@ public class JavaAssistClass implements InstrumentClass {
this.ctClass = ctClass;
}
public CtClass getCtClass() {
return ctClass;
}
@Override
public boolean insertCodeBeforeConstructor(String[] args, String code) {