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