Added parens to stop
This commit is contained in:
parent
087191f19f
commit
3c8e375f30
40 changed files with 151 additions and 151 deletions
|
|
@ -143,7 +143,7 @@ trait MessageDispatcher {
|
|||
while (i.hasNext()) {
|
||||
val uuid = i.next()
|
||||
Actor.registry.actorFor(uuid) match {
|
||||
case Some(actor) => actor.stop
|
||||
case Some(actor) => actor.stop()
|
||||
case None => {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue