fix compile failed

This commit is contained in:
ascrutae 2017-07-17 11:31:50 +08:00
parent a6c3d0dea6
commit 1e05483fc9
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.description.type.TypeDescription;
import net.bytebuddy.matcher.ElementMatcher; import net.bytebuddy.matcher.ElementMatcher;
import org.skywalking.apm.agent.core.plugin.bytebuddy.AbstractJunction; 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.ClassMatch;
import org.skywalking.apm.agent.core.plugin.match.IndirectMatch; import org.skywalking.apm.agent.core.plugin.match.IndirectMatch;
import org.skywalking.apm.agent.core.plugin.match.NameMatch; import org.skywalking.apm.agent.core.plugin.match.NameMatch;