Merge branch '342-hseeberger'

This commit is contained in:
Heiko Seeberger 2010-07-21 11:23:47 +02:00
commit d9c8a78f17

View file

@ -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