#2372 - Making RemoteActorRefProvider public since it is in the signature of RemoteTransport, which is public

This commit is contained in:
Viktor Klang 2012-08-12 11:16:43 +02:00
parent 234ffa62e6
commit 17f21480b6

View file

@ -13,7 +13,7 @@ import scala.concurrent.Future
/**
* Remote ActorRefProvider. Starts up actor on remote node and creates a RemoteActorRef representing it.
*/
private[akka] class RemoteActorRefProvider(
class RemoteActorRefProvider(
val systemName: String,
val settings: ActorSystem.Settings,
val eventStream: EventStream,