提交 bfa5a81d 编写于 作者: P peng-yongsheng

fixed maven compile error.

上级 50c14dd0
......@@ -51,7 +51,6 @@ public class ModuleAProvider extends ModuleProvider {
public class Business1 implements BaseModuleA.ServiceABusiness1 {
@Override public void print() {
System.out.println("ModuleA.Business1.print()");
}
}
......
......@@ -19,17 +19,6 @@
package org.skywalking.apm.collector.core.module;
import java.util.Properties;
import net.bytebuddy.ByteBuddy;
import net.bytebuddy.description.method.MethodDescription;
import net.bytebuddy.implementation.MethodDelegation;
import net.bytebuddy.matcher.ElementMatcher;
import org.junit.Test;
import org.skywalking.apm.collector.core.module.instrument.ServiceMetricCollector;
import org.skywalking.apm.collector.core.module.instrument.TracedService;
import static net.bytebuddy.matcher.ElementMatchers.isStatic;
import static net.bytebuddy.matcher.ElementMatchers.named;
import static net.bytebuddy.matcher.ElementMatchers.not;
/**
* @author wu-sheng
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册