More Duration cleanup, and changed use of ScalaNumber to ScalaNumericConversions. #2504

This commit is contained in:
Björn Antonsson 2012-10-12 14:21:54 +02:00
parent 0f04239f67
commit d442f2024b
8 changed files with 21 additions and 22 deletions

View file

@ -6,7 +6,7 @@ package akka.camel
import org.scalatest.matchers.MustMatchers
import org.scalatest.WordSpec
import akka.actor.ActorSystem
import scala.concurrent.util.Duration
import scala.concurrent.duration.Duration
import java.util.concurrent.TimeUnit._
class CamelConfigSpec extends WordSpec with MustMatchers {