Renamed stopAllLinkedActors to stopAllAttachedActors
This commit is contained in:
parent
990b933d8f
commit
b745f9839d
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ trait MessageDispatcher extends MailboxFactory with Logging {
|
|||
/**
|
||||
* Traverses the list of actors (uuids) currently being attached to this dispatcher and stops those actors
|
||||
*/
|
||||
def stopAllLinkedActors {
|
||||
def stopAllAttachedActors {
|
||||
val i = uuids.iterator
|
||||
while(i.hasNext()) {
|
||||
val uuid = i.next()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue