Merge pull request #292 from ascrutae/zhangxin/fix/compile-failed

fix compile failed
This commit is contained in:
吴晟 Wu Sheng 2017-07-16 22:33:17 -05:00 committed by GitHub
commit 45839a3765
1 changed files with 0 additions and 1 deletions

View File

@ -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;