From bfe5a588c61c503dfd650171076fe9349335038b Mon Sep 17 00:00:00 2001 From: wusheng Date: Tue, 14 Jun 2016 17:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../skywalking/plugin/interceptor/InterceptorPluginDefine.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skywalking-api/src/main/java/com/ai/cloud/skywalking/plugin/interceptor/InterceptorPluginDefine.java b/skywalking-api/src/main/java/com/ai/cloud/skywalking/plugin/interceptor/InterceptorPluginDefine.java index abd316dd6..fe809db83 100644 --- a/skywalking-api/src/main/java/com/ai/cloud/skywalking/plugin/interceptor/InterceptorPluginDefine.java +++ b/skywalking-api/src/main/java/com/ai/cloud/skywalking/plugin/interceptor/InterceptorPluginDefine.java @@ -1,8 +1,8 @@ package com.ai.cloud.skywalking.plugin.interceptor; +import static com.ai.cloud.skywalking.plugin.PluginBootstrap.CLASS_TYPE_POOL; import static net.bytebuddy.matcher.ElementMatchers.any; import static net.bytebuddy.matcher.ElementMatchers.not; -import static com.ai.cloud.skywalking.plugin.PluginBootstrap.CLASS_TYPE_POOL; import net.bytebuddy.ByteBuddy; import net.bytebuddy.description.method.MethodDescription; import net.bytebuddy.dynamic.ClassFileLocator; @@ -13,7 +13,6 @@ import net.bytebuddy.implementation.SuperMethodCall; import net.bytebuddy.implementation.bind.annotation.FieldProxy; import net.bytebuddy.matcher.ElementMatcher; import net.bytebuddy.matcher.ElementMatchers; -import net.bytebuddy.pool.TypePool; import net.bytebuddy.pool.TypePool.Resolution; import org.apache.logging.log4j.LogManager;