More Duration cleanup, and changed use of ScalaNumber to ScalaNumericConversions. #2504
This commit is contained in:
parent
0f04239f67
commit
d442f2024b
8 changed files with 21 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue