summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-03 09:56:34 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-03 09:56:34 +0200
commit4cb5c6bd58939c3111d60f922b1ff1a92b75cd6c (patch)
treeb4c6793ab4252e10678dbd638b7b9d8a7553b132 /config-model
parentb234a0daf5076d4ece4b373240883073d2b932ee (diff)
Trace the right value
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java b/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java
index d80799d4390..67067b37c5d 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java
@@ -102,9 +102,7 @@ public final class VespaModel extends AbstractConfigProducerRoot implements Seri
private ConfigModelRepo configModelRepo = new ConfigModelRepo();
private final AllocatedHosts allocatedHosts;
- /**
- * The config id for the root config producer
- */
+ /** The config id for the root config producer */
public static final String ROOT_CONFIGID = "";
private ApplicationConfigProducerRoot root;