From 0ae9142bbee3e12f684d1af9a7e28ca795ba9f4f Mon Sep 17 00:00:00 2001 From: Roland Date: Wed, 19 Sep 2012 15:51:43 +0200 Subject: move Duration (incl. DSL) into scala.concurrent.duration package so that the full package can be imported naturally: import scala.concurrent.duration._ will give you all the types (Duration, FiniteDuration, Deadline) and the DSL for constructing these. --- test/files/jvm/actmig-PinS_2.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/actmig-PinS_2.scala') diff --git a/test/files/jvm/actmig-PinS_2.scala b/test/files/jvm/actmig-PinS_2.scala index 46277efd43..761df6b5a7 100644 --- a/test/files/jvm/actmig-PinS_2.scala +++ b/test/files/jvm/actmig-PinS_2.scala @@ -1,5 +1,5 @@ import scala.actors.{ MigrationSystem, StashingActor, ActorRef, Props, Exit } -import scala.concurrent.util.duration._ +import scala.concurrent.duration._ import scala.concurrent.{ Promise, Await } object SillyActor { -- cgit v1.2.3