summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-29 15:49:15 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-29 15:49:15 +0200
commite92bf9155b2a87fa91c4197c88bc63e24949c944 (patch)
treeef47cab7b960bc07cf66467ec73bc9bc5299199b /config-model
parent97b5e585f4afcb9a9de671294e409718ca44ad0f (diff)
Correct comment
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/test/ModelAmendingTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/test/ModelAmendingTestCase.java b/config-model/src/test/java/com/yahoo/vespa/model/test/ModelAmendingTestCase.java
index 78632b52121..ab6a0e2f1df 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/test/ModelAmendingTestCase.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/test/ModelAmendingTestCase.java
@@ -134,7 +134,7 @@ public class ModelAmendingTestCase {
public static class AdminModelAmender extends ConfigModel {
- /** The container models this builder amends */
+ /** The admin models this builder amends */
private final Collection<AdminModel> adminModels;
/** Depend on all models adding hosts to the system as this this should amend services on all hosts */