aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-11-29 14:09:43 +0100
committerGitHub <noreply@github.com>2020-11-29 14:09:43 +0100
commita7cc1248bade10175a73a4602f8452ccda6a102a (patch)
tree503fb8eec9485e981f3171b206566fb6775e943a /config-model-fat
parent4dd991a350eb2fb75ac5e9a5fdfc517c2025adba (diff)
parentd584331d2eba6738b3196c79e0066b24ec978e79 (diff)
Merge pull request #15520 from vespa-engine/bratseth/apply-on-restart-take-4
Bratseth/apply on restart take 4
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>