Moving out ConfigurationException from akka.config to akka
This commit is contained in:
parent
0527f81c20
commit
95db4bfd37
17 changed files with 111 additions and 60 deletions
|
|
@ -8,7 +8,7 @@ import java.util.concurrent.atomic.AtomicInteger
|
|||
import org.junit.runner.RunWith
|
||||
|
||||
import akka.actor.{ Props, LocalActorRef, Deploy, Actor, ActorRef }
|
||||
import akka.config.ConfigurationException
|
||||
import akka.ConfigurationException
|
||||
import akka.dispatch.Await
|
||||
import akka.pattern.{ ask, gracefulStop }
|
||||
import akka.testkit.{ TestLatch, ImplicitSender, DefaultTimeout, AkkaSpec }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue