summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-08-14 10:53:29 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-08-14 10:53:29 +0200
commitbdf624f207dcd2d46bd583ea8e86a7249d7e36ae (patch)
tree9b9fb1c3d0daafbcdf13fee669bbe84f46b8566f /controller-server
parent4ffed6eb220fb44fe3419ac6b9491adb1148c86a (diff)
Remove TODO which won't be done
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/Run.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/Run.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/Run.java
index 032c9c01311..0992f374151 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/Run.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/Run.java
@@ -74,9 +74,7 @@ public class Run {
return id;
}
- /** Returns an unmodifiable view of the status of all steps in this run.
- * TODO maybe reflect in the signature that the map is a EnumMap or at least behaves as a sorted map?
- * */
+ /** Returns an unmodifiable view of the status of all steps in this run. */
public Map<Step, Step.Status> steps() {
return steps;
}