Scala 2.13.0 rc2 (#26967)
This commit is contained in:
parent
24a3bba135
commit
814cfa286c
168 changed files with 396 additions and 315 deletions
|
|
@ -153,7 +153,7 @@ private[akka] final class DaemonMsgCreateSerializer(val system: ExtendedActorSys
|
|||
}
|
||||
|
||||
def props = {
|
||||
import scala.collection.JavaConverters._
|
||||
import akka.util.ccompat.JavaConverters._
|
||||
val protoProps = proto.getProps
|
||||
val actorClass = system.dynamicAccess.getClassFor[AnyRef](protoProps.getClazz).get
|
||||
val args: Vector[AnyRef] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue