rename AkkaSpec.{atTermination => afterTermination}

This commit is contained in:
Roland 2013-01-03 17:17:12 +01:00
parent ff24be7650
commit 6c31d5313e
15 changed files with 19 additions and 19 deletions

View file

@ -114,7 +114,7 @@ class RemotingSpec extends AkkaSpec(RemotingSpec.cfg) with ImplicitSender with D
val here = system.actorFor("test.akka://remote-sys@localhost:12346/user/echo")
override def atTermination() {
override def afterTermination() {
other.shutdown()
AssociationRegistry.clear()
}