Merge pull request #26394 from akka/wip-26382-unsorted-patriknw
second fix 2.13 compilation error, SortedSet, #26382
This commit is contained in:
commit
fe073f08ee
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
package akka.cluster.singleton
|
||||
|
||||
import scala.concurrent.duration._
|
||||
|
||||
import akka.actor.Actor
|
||||
import akka.actor.ActorRef
|
||||
import akka.actor.PoisonPill
|
||||
|
|
@ -18,6 +17,7 @@ import akka.remote.testkit.MultiNodeSpec
|
|||
import akka.remote.testkit.STMultiNodeSpec
|
||||
import akka.remote.transport.ThrottlerTransportAdapter
|
||||
import akka.testkit._
|
||||
import akka.util.ccompat.imm._
|
||||
import com.typesafe.config.ConfigFactory
|
||||
|
||||
object ClusterSingletonManagerDownedSpec extends MultiNodeConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue