summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-01-14 14:35:59 +0100
committerJon Bratseth <bratseth@oath.com>2019-01-14 14:35:59 +0100
commit6713de5077b668ee2a0409f5bfec089b531e15e3 (patch)
tree02e7068dcf4779ef3d77aa22e2e81cd8cd7a2166 /controller-server
parent2ec9429eb01e6dfdc801d588904723aa12cdf631 (diff)
Correct javadoc
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java
index d279e899df0..ca6fa083f1b 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/ApplicationList.java
@@ -160,7 +160,7 @@ public class ApplicationList {
}
/**
- * Returns the subset of applications that hasn't pinned to another major version than the given one.
+ * Returns the subset of applications that hasn't pinned to an an earlier major version than the given one.
*
* @param targetMajorVersion the target major version which applications returned allows upgrading to
* @param defaultMajorVersion the default major version to assume for applications not specifying one