Skip to content

Commit 813e899

Browse files
committed
moved packages
1 parent efed259 commit 813e899

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import spp.probe.control.LiveInstrumentRemote
3535
import spp.probe.util.NopInternalLogger
3636
import spp.probe.util.NopLogDelegateFactory
3737
import spp.protocol.platform.PlatformAddress
38-
import spp.protocol.probe.ProbeAddress
39-
import spp.protocol.status.InstanceConnection
38+
import spp.protocol.platform.ProbeAddress
39+
import spp.protocol.platform.status.InstanceConnection
4040
import java.io.File
4141
import java.io.FileOutputStream
4242
import java.io.IOException

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ import spp.probe.ProbeConfiguration
2828
import spp.probe.SourceProbe
2929
import spp.protocol.ProtocolMarshaller
3030
import spp.protocol.instrument.*
31+
import spp.protocol.instrument.command.CommandType
32+
import spp.protocol.instrument.command.LiveInstrumentCommand
3133
import spp.protocol.platform.PlatformAddress
32-
import spp.protocol.probe.ProbeAddress
33-
import spp.protocol.probe.command.CommandType
34-
import spp.protocol.probe.command.LiveInstrumentCommand
34+
import spp.protocol.platform.ProbeAddress
3535
import java.lang.instrument.Instrumentation
3636
import java.lang.reflect.InvocationTargetException
3737
import java.lang.reflect.Method

0 commit comments

Comments
 (0)