Move a class.
This commit is contained in:
parent
d37dbc8d76
commit
1f3f25d691
|
|
@ -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;
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue