[강운덕] [LUCYSUS-1744] 잘못된 cl 참조 관계 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1436 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-04-11 11:16:37 +00:00
parent f59ebe980c
commit 167bae2e6d
@@ -1,5 +1,6 @@
package com.profiler.modifier.arcus.interceptors;
import com.profiler.context.AsyncTrace;
import com.profiler.logging.Logger;
import com.profiler.context.DefaultAsyncTrace;
@@ -26,7 +27,7 @@ public class BaseOperationCancelInterceptor implements StaticBeforeInterceptor {
LoggingUtils.logBefore(logger, target, className, methodName, parameterDescription, args);
}
DefaultAsyncTrace asyncTrace = (DefaultAsyncTrace) getAsyncTrace.invoke(target);
AsyncTrace asyncTrace = (AsyncTrace) getAsyncTrace.invoke(target);
if (asyncTrace == null) {
logger.debug("asyncTrace not found ");
return;