rename ActorSystem.stop() to .shutdown()
This commit is contained in:
parent
9af58366f6
commit
5eedbdd69f
26 changed files with 44 additions and 44 deletions
|
|
@ -26,7 +26,7 @@ class ConfigDocSpec extends WordSpec with MustMatchers {
|
|||
val system = ActorSystem("MySystem", ConfigFactory.load(customConf))
|
||||
//#custom-config
|
||||
|
||||
system.stop()
|
||||
system.shutdown()
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue