rename ActorSystem.stop() to .shutdown()

This commit is contained in:
Roland 2011-12-14 01:06:20 +01:00
parent 9af58366f6
commit 5eedbdd69f
26 changed files with 44 additions and 44 deletions

View file

@ -124,7 +124,7 @@ class SerializeSpec extends AkkaSpec(SerializeSpec.serializationConf) {
(deadLetters eq a.deadLetters) must be(true)
}
} finally {
a.stop()
a.shutdown()
}
}
}