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:
Konrad Malawski 2015-12-08 10:56:35 +01:00
commit 721bf5f7bf

View file

@ -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)
}
}
}