rename ActorSystem.stop() to .shutdown()
This commit is contained in:
parent
9af58366f6
commit
5eedbdd69f
26 changed files with 44 additions and 44 deletions
|
|
@ -40,7 +40,7 @@ akka {
|
|||
val other = ActorSystem("remote_sys", conf)
|
||||
|
||||
override def atTermination() {
|
||||
other.stop()
|
||||
other.shutdown()
|
||||
}
|
||||
|
||||
"A Remote Router" must {
|
||||
|
|
@ -55,4 +55,4 @@ akka {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue