summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-20 09:54:44 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-20 09:54:44 +0200
commita22f03a4b4d054f12118c7c1d03ac8ec4ccfea56 (patch)
tree6454ea6098151e06161cb1b8b0e63c717bc01c67 /controller-server
parent76c3454dcc9b691149ebfc3910d0b7674f202b15 (diff)
Test and fix parsing, and rename to MavenRepository
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/CostReportMaintainer.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/CostReportMaintainer.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/CostReportMaintainer.java
index 2b26e93aeb8..30bca180c0f 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/CostReportMaintainer.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/CostReportMaintainer.java
@@ -12,7 +12,8 @@ import com.yahoo.vespa.hosted.controller.restapi.cost.config.SelfHostedCostConfi
import java.time.Clock;
import java.time.Duration;
-import java.util.*;
+import java.util.EnumSet;
+import java.util.Objects;
import java.util.logging.Logger;
/**