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/future-spec/main.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/future-spec/main.scala') diff --git a/test/files/jvm/future-spec/main.scala b/test/files/jvm/future-spec/main.scala index 57183d8cea..90048ccda0 100644 --- a/test/files/jvm/future-spec/main.scala +++ b/test/files/jvm/future-spec/main.scala @@ -3,7 +3,7 @@ import scala.collection._ import scala.concurrent._ -import scala.concurrent.util.Duration +import scala.concurrent.duration.Duration import java.util.concurrent.{ TimeoutException, CountDownLatch, TimeUnit } -- cgit v1.2.3