Scala 2.13.0 rc2 (#26967)
This commit is contained in:
parent
24a3bba135
commit
814cfa286c
168 changed files with 396 additions and 315 deletions
|
|
@ -330,7 +330,7 @@ private[remote] object RemoteInstruments {
|
|||
def create(system: ExtendedActorSystem, @unused log: LoggingAdapter): Vector[RemoteInstrument] = {
|
||||
val c = system.settings.config
|
||||
val path = "akka.remote.artery.advanced.instruments"
|
||||
import scala.collection.JavaConverters._
|
||||
import akka.util.ccompat.JavaConverters._
|
||||
c.getStringList(path)
|
||||
.asScala
|
||||
.iterator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue