paragraph is not a dollar. I promise.
This commit is contained in:
parent
e53370f173
commit
8eec825f18
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class LocalActorRefProviderSpec extends AkkaSpec(LocalActorRefProviderSpec.confi
|
||||||
def receive = {
|
def receive = {
|
||||||
case "lookup" ⇒
|
case "lookup" ⇒
|
||||||
if (childName == child.path.name) sender ! context.actorFor(childName)
|
if (childName == child.path.name) sender ! context.actorFor(childName)
|
||||||
else sender ! s"§childName is not ${child.path.name}!"
|
else sender ! s"$childName is not ${child.path.name}!"
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
a.tell("lookup", testActor)
|
a.tell("lookup", testActor)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue