summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-01-08 14:00:49 +0100
committerGitHub <noreply@github.com>2020-01-08 14:00:49 +0100
commitf64861a8767c8d9d3f82c98d6a01579fcaae335e (patch)
tree2a9bbda8e8d74763701b02ba4d0ce2b4ff1c5072 /controller-server
parenteea19dc015312134140456efe49280a0900c558e (diff)
Update javadoc
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentStatus.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentStatus.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentStatus.java
index 0b25c5e3ba8..3a60c480100 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentStatus.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentStatus.java
@@ -129,7 +129,7 @@ public class DeploymentStatus {
}
/**
- * The set of jobs that need to run for the application's current change to be considered complete,
+ * The set of jobs that need to run for the changes of each instance of the application to be considered complete,
* and any test jobs for any oustanding change, which will likely be needed to lated deploy this change.
*/
public Map<JobId, List<Versions>> jobsToRun() {