aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-29 16:25:51 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-29 16:25:51 +0200
commit5703f2a5fe3af2cea95cc34faa74bd10fa918e2d (patch)
treeff15f5c2de3eb2984c79be1ecb850df7338f9c63 /config-model
parent126b55738185507da5b9fee2bf36283853b8d725 (diff)
Use name from class
Diffstat (limited to 'config-model')
-rwxr-xr-xconfig-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java b/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
index 909503166b9..e6fd44b5e8b 100755
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
@@ -258,7 +258,7 @@ public final class ContainerCluster
addSimpleComponent("com.yahoo.container.protect.FreezeDetector");
addSimpleComponent("com.yahoo.container.core.slobrok.SlobrokConfigurator");
addSimpleComponent("com.yahoo.container.handler.VipStatus");
- addSimpleComponent("com.yahoo.container.handler.ClustersStatus");
+ addSimpleComponent(com.yahoo.container.handler.ClustersStatus.class.getName());
addJaxProviders();
}