From a8545c043728e344a1609b6ab827886ce1ea2f11 Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Mon, 7 Dec 2015 14:12:13 +0100 Subject: [PATCH] =htc remove reference to jdk7 class in test --- .../server/DontLeakActorsOnFailingConnectionSpecs.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/akka-http-tests/src/test/scala/akka/http/scaladsl/server/DontLeakActorsOnFailingConnectionSpecs.scala b/akka-http-tests/src/test/scala/akka/http/scaladsl/server/DontLeakActorsOnFailingConnectionSpecs.scala index 859214af48..58f3a55a03 100644 --- a/akka-http-tests/src/test/scala/akka/http/scaladsl/server/DontLeakActorsOnFailingConnectionSpecs.scala +++ b/akka-http-tests/src/test/scala/akka/http/scaladsl/server/DontLeakActorsOnFailingConnectionSpecs.scala @@ -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) } -} \ No newline at end of file +}