aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-08 12:18:15 +0200
committergjoranv <gv@oath.com>2017-09-08 12:18:15 +0200
commit0525e5bf55920d8d85966a423174a18e75a2687f (patch)
tree69194ced1d2bbc558ff9ddcc78b1fef40c95dc0c /config-model-fat
parent3a0a385257674691fcdcf60c1a89ded55c2d8bb9 (diff)
Improve comment about malicious Import-Package.
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 8183fcdaf15..4e7af809ce7 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -321,7 +321,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 model-api -->
+ com.yahoo.config.codegen <!-- TODO remove when InnerCNode is no longer exposed by config-bundle via ConfigDefinition.getCNode() -->
</Import-Package>
</instructions>
</configuration>