aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-12-01 19:32:30 +0100
committerJon Bratseth <bratseth@gmail.com>2020-12-01 19:32:30 +0100
commit020f0a4cd1748624793b885a3e73548a8d49768e (patch)
tree85783f9816fe10adf971d4f6694be0ae0cbaeed3 /config-model-fat
parentb9f054f862e6fc7bdbf41b9404605e2a8ad6b249 (diff)
Revert "Merge pull request #15577 from vespa-engine/revert-15575-bratseth/apply-on-restart-take-9"
This reverts commit b9f054f862e6fc7bdbf41b9404605e2a8ad6b249, reversing changes made to 535b586bae36880259a792e2292f02b8495950fe.
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>