Skip to content

Commit 91a022b

Browse files
committed
refactor
1 parent 0748622 commit 91a022b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

control/src/main/kotlin/spp/probe/control/LiveInstrumentRemote.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.apache.skywalking.apm.agent.core.context.util.ThrowableTransformer
2626
import org.apache.skywalking.apm.agent.core.plugin.WitnessFinder
2727
import spp.probe.ProbeConfiguration
2828
import spp.probe.SourceProbe
29-
import spp.protocol.ProtocolMarshaller
29+
import spp.protocol.marshall.ProtocolMarshaller
3030
import spp.protocol.instrument.*
3131
import spp.protocol.instrument.command.CommandType
3232
import spp.protocol.instrument.command.LiveInstrumentCommand

control/src/test/kotlin/integration/ProbeIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import org.junit.jupiter.api.BeforeAll
3636
import org.junit.jupiter.api.extension.ExtendWith
3737
import org.slf4j.Logger
3838
import org.slf4j.LoggerFactory
39-
import spp.protocol.ProtocolMarshaller
39+
import spp.protocol.marshall.ProtocolMarshaller
4040
import spp.protocol.SourceServices
4141
import spp.protocol.SourceServices.Provide.toLiveInstrumentSubscriberAddress
4242
import spp.protocol.extend.TCPServiceFrameParser

0 commit comments

Comments
 (0)