mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 18:25:55 +10:00
[강운덕] [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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user