Skip to content

Commit

Permalink
KAFKA-17714: Fix StorageTool.scala to compile under Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccabe committed Oct 7, 2024
1 parent 1d54a73 commit a26ca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/unit/kafka/tools/StorageToolTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.ValueSource

import scala.collection.mutable.ListBuffer
import scala.jdk.CollectionConverters.IterableHasAsScala
import scala.jdk.CollectionConverters._

@Timeout(value = 40)
class StorageToolTest {
Expand Down

0 comments on commit a26ca43

Please sign in to comment.