rename AkkaConfig to Settings
This commit is contained in:
parent
2b6d9ca6bd
commit
c31695bef4
37 changed files with 111 additions and 111 deletions
|
|
@ -20,7 +20,7 @@ import scala.Right;
|
|||
public class JavaFutureTests {
|
||||
|
||||
private final ActorSystem app = ActorSystem.create();
|
||||
private final Timeout t = app.AkkaConfig().ActorTimeout();
|
||||
private final Timeout t = app.settings().ActorTimeout();
|
||||
private final FutureFactory ff = new FutureFactory(app.dispatcher(), t);
|
||||
|
||||
@Test public void mustBeAbleToMapAFuture() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue