Imports fixed. Corrected akka 2.1 releated changes.

This commit is contained in:
RickLatrine 2012-12-09 12:13:22 +01:00
parent 3f1bab2328
commit 0dde5c484a
2 changed files with 9 additions and 8 deletions

View file

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