From 1e05483fc90476f2aed68226ec7426c8a4ab9ce1 Mon Sep 17 00:00:00 2001 From: ascrutae Date: Mon, 17 Jul 2017 11:31:50 +0800 Subject: [PATCH] fix compile failed --- .../java/org/skywalking/apm/agent/core/plugin/PluginFinder.java | 1 - 1 file changed, 1 deletion(-) diff --git a/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/plugin/PluginFinder.java b/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/plugin/PluginFinder.java index 626990ec0..271b32cee 100644 --- a/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/plugin/PluginFinder.java +++ b/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/plugin/PluginFinder.java @@ -8,7 +8,6 @@ import net.bytebuddy.description.NamedElement; import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.matcher.ElementMatcher; import org.skywalking.apm.agent.core.plugin.bytebuddy.AbstractJunction; -import org.skywalking.apm.agent.core.plugin.match.ClassAnnotationMatch; import org.skywalking.apm.agent.core.plugin.match.ClassMatch; import org.skywalking.apm.agent.core.plugin.match.IndirectMatch; import org.skywalking.apm.agent.core.plugin.match.NameMatch;