File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation
utbot-rd/src/main/kotlin/org/utbot/rd Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import org.utbot.framework.plugin.api.util.signature
16
16
import org.utbot.instrumentation.instrumentation.Instrumentation
17
17
import org.utbot.instrumentation.process.ChildProcessRunner
18
18
import org.utbot.instrumentation.rd.UtInstrumentationProcess
19
- import org.utbot.instrumentation. rd.UtRdLoggerFactory
19
+ import org.utbot.rd.UtRdLoggerFactory
20
20
import org.utbot.instrumentation.rd.generated.InvokeMethodCommandParams
21
21
import org.utbot.instrumentation.util.ChildProcessError
22
22
import java.io.Closeable
Original file line number Diff line number Diff line change 1
- package org.utbot.instrumentation. rd
1
+ package org.utbot.rd
2
2
3
3
import com.jetbrains.rd.util.ILoggerFactory
4
4
import com.jetbrains.rd.util.LogLevel
You can’t perform that action at this time.
0 commit comments