Skip to content

Commit a9ca3e0

Browse files
committed
Fix compilation error
1 parent c864368 commit a9ca3e0

File tree

1 file changed

+1
-2
lines changed
  • utbot-java-fuzzing/src/main/kotlin/org/utbot/fuzzing/providers

1 file changed

+1
-2
lines changed

utbot-java-fuzzing/src/main/kotlin/org/utbot/fuzzing/providers/Collections.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ import org.utbot.fuzzer.FuzzedType
77
import org.utbot.fuzzer.FuzzedValue
88
import org.utbot.fuzzer.IdGenerator
99
import org.utbot.fuzzer.fuzzed
10+
import org.utbot.fuzzer.jType
1011
import org.utbot.fuzzing.*
11-
import org.utbot.fuzzing.spring.utils.jType
1212
import org.utbot.fuzzing.utils.hex
13-
import java.lang.reflect.Method
1413
import kotlin.reflect.KClass
1514

1615
class EmptyCollectionValueProvider(

0 commit comments

Comments
 (0)