fixed maven compile error.

This commit is contained in:
peng-yongsheng 2017-10-30 09:14:10 +08:00
parent 50c14dd04d
commit bfa5a81d97
2 changed files with 0 additions and 12 deletions

View File

@ -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()");
}
}

View File

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