summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorFrode Lundgren <frodelu@frode.lu>2018-10-03 07:10:38 -0700
committerGitHub <noreply@github.com>2018-10-03 07:10:38 -0700
commit9bf8ec4fa4a01bd9ff3e8ba633a23314ab4f8bf5 (patch)
tree7c7a5b08c2d103f6c6244dc4897a580dcdd232cd /config-model
parent40810b8b85bf87a4456e963a81e72950d28a60d4 (diff)
parent4cb5c6bd58939c3111d60f922b1ff1a92b75cd6c (diff)
Merge pull request #7180 from vespa-engine/bratseth/trace-correctly
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;