Merge branch '342-hseeberger'
This commit is contained in:
commit
d9c8a78f17
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ object ActorRegistry extends ListenerManagement {
|
|||
/**
|
||||
* Shuts down and unregisters all actors in the system.
|
||||
*/
|
||||
def shutdownAll = {
|
||||
def shutdownAll() {
|
||||
log.info("Shutting down all actors in the system...")
|
||||
foreach(_.stop)
|
||||
actorsByUUID.clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue