mid-address-refactoring: all tests except remote and serialization tests passes

This commit is contained in:
Jonas Bonér 2011-04-20 20:43:17 +02:00
parent 8c0152b7bc
commit 1d1d32cd7f

View file

@ -268,9 +268,6 @@ class RootEndpoint extends Actor with Endpoint {
// use the configurable dispatcher
self.dispatcher = Endpoint.Dispatcher
// adopt the configured id
if (RootActorBuiltin) self.address = RootActorID
override def preStart =
_attachments = Tuple2((uri: String) => {uri eq Root}, (uri: String) => this.actor) :: _attachments