rename ActorPath.{pathElemens => elements}

This commit is contained in:
Roland 2011-12-05 15:57:43 +01:00
parent eeca88d674
commit 0b5f8b083d
5 changed files with 29 additions and 29 deletions

View file

@ -212,7 +212,7 @@ class RemoteActorRefProvider(
.setPayload(ByteString.copyFrom(actorFactoryBytes))
.build()
val connectionFactory = () actorFor(RootActorPath(remoteAddress) / remote.remoteDaemon.path.pathElements)
val connectionFactory = () actorFor(RootActorPath(remoteAddress) / remote.remoteDaemon.path.elements)
// try to get the connection for the remote address, if not already there then create it
val connection = remoteDaemonConnectionManager.putIfAbsent(remoteAddress, connectionFactory)