Removing UnhandledMessageException and fixing tests
This commit is contained in:
parent
9a9e800b9f
commit
49b3bac69c
8 changed files with 12 additions and 55 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue