removed calls to deprecated Props constructor in java code
This commit is contained in:
parent
bdfc1e4bf9
commit
308428e7bc
14 changed files with 28 additions and 68 deletions
|
|
@ -11,7 +11,7 @@ public class TestActorRefJavaCompile {
|
|||
|
||||
public void shouldBeAbleToCompileWhenUsingApply() {
|
||||
//Just a dummy call to make sure it compiles
|
||||
TestActorRef<Actor> ref = TestActorRef.apply(new Props(), null);
|
||||
TestActorRef<Actor> ref = TestActorRef.apply(Props.empty(), null);
|
||||
ref.toString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue