=act #17842 Move BackoffSupervisorSpec to akka-actor-tests

* it was forgotten in the previous move of BackoffSupervisor
This commit is contained in:
Patrik Nordwall 2015-08-12 14:56:28 +02:00
parent b0a6ffc217
commit af4d09857c

View file

@ -2,9 +2,7 @@
* Copyright (C) 2015 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.persistence
import akka.pattern.BackoffSupervisor
package akka.pattern
import scala.concurrent.duration._
import akka.actor._