move everything into package akka.pattern

This commit is contained in:
Roland 2012-01-18 10:18:51 +01:00
parent 9c762dec20
commit 2bed2cb954
59 changed files with 73 additions and 73 deletions

View file

@ -55,7 +55,7 @@ import akka.actor.UntypedActor;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.dispatch.Futures;
import akka.Patterns;
import akka.pattern.Patterns;
import static org.junit.Assert.*;