more deprecation warnings removed
This commit is contained in:
parent
20a819b637
commit
3e8597d94b
7 changed files with 24 additions and 26 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue