Merge branch 'master' of github.com:jboner/akka

This commit is contained in:
Viktor Klang 2011-04-27 11:10:02 +02:00
commit db34762cca

View file

@ -269,7 +269,7 @@ class RootEndpoint extends Actor with Endpoint {
// adopt the configured id
if (RootActorBuiltin) self.id = RootActorID
override def preStart =
override def preStart() =
_attachments = Tuple2((uri: String) => {uri eq Root}, (uri: String) => this.actor) :: _attachments
def recv: Receive = {