Removing UnhandledMessageException and fixing tests

This commit is contained in:
Viktor Klang 2011-12-20 11:19:06 +01:00
parent 9a9e800b9f
commit 49b3bac69c
8 changed files with 12 additions and 55 deletions

View file

@ -6,7 +6,6 @@ package akka.docs.actor;
//#receive-timeout
import akka.actor.Actors;
import akka.actor.ReceiveTimeout;
import akka.actor.UnhandledMessageException;
import akka.actor.UntypedActor;
import akka.util.Duration;

View file

@ -5,7 +5,6 @@ package akka.docs.actor;
//#my-untyped-actor
import akka.actor.UntypedActor;
import akka.actor.UnhandledMessageException;
import akka.event.Logging;
import akka.event.LoggingAdapter;

View file

@ -7,7 +7,6 @@ import static akka.docs.actor.UntypedActorSwapper.Swap.SWAP;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.actor.ActorSystem;
import akka.actor.UnhandledMessageException;
import akka.actor.UntypedActor;
import akka.event.Logging;
import akka.event.LoggingAdapter;