Merge pull request #19115 from akka/wip-remove-jdk7-class-ref-2
=htc remove reference to jdk7 class in test
This commit is contained in:
commit
721bf5f7bf
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ import akka.stream.scaladsl.{ Sink, Source }
|
|||
import akka.testkit.TestProbe
|
||||
import com.typesafe.config.ConfigFactory
|
||||
import org.scalatest.{ Matchers, BeforeAndAfterAll, WordSpecLike }
|
||||
import sun.security.provider.ConfigFile
|
||||
|
||||
import scala.concurrent.duration.FiniteDuration
|
||||
import scala.concurrent.{ Await, Future }
|
||||
|
|
@ -100,4 +99,4 @@ class DontLeakActorsOnFailingConnectionSpecs extends WordSpecLike with Matchers
|
|||
system.awaitTermination(3.seconds)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue