From 0229966296d14040a3dfdf7003271adc7fdf7fc0 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 28 Jun 2017 13:03:46 +0200 Subject: Nonfunctional changes only --- jdisc_core/src/main/java/com/yahoo/jdisc/Timer.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jdisc_core') diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/Timer.java b/jdisc_core/src/main/java/com/yahoo/jdisc/Timer.java index dfe821ca0e6..c94ebc1ab93 100644 --- a/jdisc_core/src/main/java/com/yahoo/jdisc/Timer.java +++ b/jdisc_core/src/main/java/com/yahoo/jdisc/Timer.java @@ -9,7 +9,7 @@ import com.yahoo.jdisc.core.SystemTimer; * instance of this class into any component that needs to access time, instead of using * System.currentTimeMillis().

* - * @author Simon Thoresen + * @author Simon Thoresen */ @ImplementedBy(SystemTimer.class) public interface Timer { @@ -25,5 +25,6 @@ public interface Timer { * @return The difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. * @see java.util.Date */ - public long currentTimeMillis(); + long currentTimeMillis(); + } -- cgit v1.2.3