summaryrefslogtreecommitdiffstats
path: root/vespajlib/src
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-10-22 23:49:20 +0200
committerGitHub <noreply@github.com>2018-10-22 23:49:20 +0200
commit4b120a3fbac4fa710fb80150f7185592ff1109e7 (patch)
treece3e34f1e012dd9ab40b9a1dac648de1f2fbe805 /vespajlib/src
parenteedcfc980db65da04eaca866693ef215f337f325 (diff)
Revert "Bratseth/segment yql by default"
Diffstat (limited to 'vespajlib/src')
-rw-r--r--vespajlib/src/main/java/com/yahoo/concurrent/Timer.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/concurrent/Timer.java b/vespajlib/src/main/java/com/yahoo/concurrent/Timer.java
index 9097da53bd4..af8054c735d 100644
--- a/vespajlib/src/main/java/com/yahoo/concurrent/Timer.java
+++ b/vespajlib/src/main/java/com/yahoo/concurrent/Timer.java
@@ -15,6 +15,5 @@ public interface Timer {
*
* @return The current value of the timer, in milliseconds.
*/
- long milliTime();
-
+ public long milliTime();
}