Skip to content

Commit c6f1383

Browse files
committed
refactor
1 parent 6e8cfe0 commit c6f1383

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/commonMain/kotlin/spp.protocol/probe/ProbeAddress.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ package spp.protocol.probe
1919

2020
enum class ProbeAddress(val address: String) {
2121
REMOTE_REGISTERED("spp.probe.status.remote-registered"),
22-
LIVE_BREAKPOINT_REMOTE("spp.probe.command.live-breakpoint-remote"),
23-
LIVE_LOG_REMOTE("spp.probe.command.live-log-remote"),
24-
LIVE_METER_REMOTE("spp.probe.command.live-meter-remote"),
25-
LIVE_SPAN_REMOTE("spp.probe.command.live-span-remote");
22+
LIVE_INSTRUMENT_REMOTE("spp.probe.command.live-instrument-remote")
2623
}

0 commit comments

Comments
 (0)