aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-30 21:24:44 +0100
committerJon Bratseth <bratseth@gmail.com>2020-11-30 21:24:44 +0100
commit3d56e0f71adf16f8842f157c5f47c2c952377526 (patch)
treeafcec984bb33e81b83cd84aa71e5907e53e5c4f0 /config-model-fat
parent0f2e5b7dba8f7009d227722b9491cc800d4f371b (diff)
Revert "Merge pull request #15549 from vespa-engine/revert-15543-bratseth/apply-on-restart-take-7"
This reverts commit 0f2e5b7dba8f7009d227722b9491cc800d4f371b, reversing changes made to 1d5e07a044bff2aef764cfee0de10802c376e4b7.
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 0c8d45c9ea2..8a839b228a0 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -105,7 +105,7 @@
<!-- TODO: The fat bundle becomes more brittle for each package added below. Use interfaces in model-api instead. -->
com.yahoo.vespa.config,
com.yahoo.vespa.config.buildergen,
- com.yahoo.config.codegen <!-- TODO remove when InnerCNode is no longer exposed by config-bundle via ConfigDefinition.getCNode() -->
+ com.yahoo.config.codegen <!-- TODO: Remove when the model of config def, which today is InnerCNode in codegen :-(, is moved to config-lib -->
</Import-Package>
</instructions>
</configuration>