chore: Remove ccompat.JavaConverters (#2234)

This commit is contained in:
He-Pin(kerr) 2025-09-20 01:12:16 +08:00 committed by GitHub
parent 9b2853c730
commit 8254acc0e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
184 changed files with 237 additions and 278 deletions

View file

@ -19,7 +19,7 @@ import org.openjdk.jmh.runner.options.CommandLineOptions
object BenchRunner {
def main(args: Array[String]) = {
import org.apache.pekko.util.ccompat.JavaConverters._
import scala.jdk.CollectionConverters._
val args2 = args.toList.flatMap {
case "quick" => "-i 1 -wi 1 -f1 -t1".split(" ").toList