remove superfluous AkkaApplication.akkaConfig() method (can use AkkaConfig() instead)
This commit is contained in:
parent
9444ed8beb
commit
e5d24b0f17
2 changed files with 1 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ import scala.Right;
|
|||
public class JavaFutureTests {
|
||||
|
||||
private final AkkaApplication app = new AkkaApplication();
|
||||
private final Timeout t = app.akkaConfig().ActorTimeout();
|
||||
private final Timeout t = app.AkkaConfig().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