Reduce use of scala.concurrent.duration.Duration 49/78449/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 5 Dec 2018 10:05:49 +0000 (11:05 +0100)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 5 Dec 2018 15:10:53 +0000 (15:10 +0000)
In most of the places we really are talking about a FiniteDuration,
hence use that class directly where it is an internal detail. Aside
from providing clarity, this also reduces potential confusion
with java.time.Duration.

Change-Id: I57d84c5ca058cfc6fa56ce57ebb0c8d4d3864a3a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found