Imports fixed. Corrected akka 2.1 releated changes.
This commit is contained in:
parent
3f1bab2328
commit
0dde5c484a
2 changed files with 9 additions and 8 deletions
|
|
@ -1,11 +1,11 @@
|
|||
package docs.pattern;
|
||||
|
||||
import scala.concurrent.Await;
|
||||
import scala.concurrent.Future;
|
||||
import akka.actor.ActorRef;
|
||||
import akka.actor.ActorRefFactory;
|
||||
import akka.actor.Props;
|
||||
import akka.actor.UntypedActor;
|
||||
import akka.dispatch.Await;
|
||||
import akka.dispatch.Future;
|
||||
import akka.util.Timeout;
|
||||
|
||||
public class SupervisedAskSpec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue