Move a class.

This commit is contained in:
wusheng 2017-07-03 22:55:13 +08:00
parent d37dbc8d76
commit 1f3f25d691
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package org.skywalking.apm.agent.core.discovery;
package org.skywalking.apm.agent.core.remote;
import org.skywalking.apm.agent.core.boot.BootService;
import org.skywalking.apm.agent.core.remote.DiscoveryRestServiceClient;

View File

@ -1,5 +1,5 @@
org.skywalking.apm.agent.core.remote.TraceSegmentServiceClient
org.skywalking.apm.agent.core.context.ContextManager
org.skywalking.apm.agent.core.discovery.CollectorDiscoveryService
org.skywalking.apm.agent.core.remote.CollectorDiscoveryService
org.skywalking.apm.agent.core.sampling.SamplingService
org.skywalking.apm.agent.core.remote.GRPCChannelManager