rename AkkaSpec.{atTermination => afterTermination}
This commit is contained in:
parent
ff24be7650
commit
6c31d5313e
15 changed files with 19 additions and 19 deletions
|
|
@ -70,7 +70,7 @@ akka.actor.deployment {
|
|||
}""").withFallback(system.settings.config)
|
||||
val otherSystem = ActorSystem("remote-sys", conf)
|
||||
|
||||
override def atTermination() {
|
||||
override def afterTermination() {
|
||||
otherSystem.shutdown()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue