Merge branch 'master' of github.com:jboner/akka
This commit is contained in:
commit
db34762cca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue