rename AkkaConfig to Settings

This commit is contained in:
Roland 2011-11-17 11:51:14 +01:00
parent 2b6d9ca6bd
commit c31695bef4
37 changed files with 111 additions and 111 deletions

View file

@ -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() {