rename AkkaSpec.{atTermination => afterTermination}
This commit is contained in:
parent
ff24be7650
commit
6c31d5313e
15 changed files with 19 additions and 19 deletions
|
|
@ -28,7 +28,7 @@ class RemoteDeploymentDocSpec extends AkkaSpec("""
|
|||
val other = ActorSystem("remote", system.settings.config)
|
||||
val address = other.asInstanceOf[ExtendedActorSystem].provider.getExternalAddressFor(Address("tcp.akka", "s", "host", 1)).get
|
||||
|
||||
override def atTermination() { other.shutdown() }
|
||||
override def afterTermination() { other.shutdown() }
|
||||
|
||||
"demonstrate programmatic deployment" in {
|
||||
//#deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue