more deprecation warnings removed

This commit is contained in:
dario.rexin 2013-04-26 13:54:10 +02:00
parent 20a819b637
commit 3e8597d94b
7 changed files with 24 additions and 26 deletions

View file

@ -160,7 +160,7 @@ abstract class ClusterRoundRobinRoutedActorSpec extends MultiNodeSpec(ClusterRou
// cluster consists of first and second
system.actorOf(Props(new SomeActor(LookupRoutee)), "myservice")
system.actorOf(Props(classOf[SomeActor], LookupRoutee), "myservice")
enterBarrier("myservice-started")
runOn(first) {