summaryrefslogtreecommitdiffstats
path: root/config-model/src/main
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-10 10:23:25 +0100
committergjoranv <gv@verizonmedia.com>2021-11-10 16:13:53 +0100
commita8d87d56ffdde37354b37daf8460cc84fc59daba (patch)
tree852133a3478c15293b57fa5af2846f458b8a1be1 /config-model/src/main
parent484143f7d3b1d53c2f34b7a3783d5a3538b9106b (diff)
JDK 17: Fix out-of-sequence javadoc headers.
Diffstat (limited to 'config-model/src/main')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/package-info.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/package-info.java b/config-model/src/main/java/com/yahoo/vespa/model/package-info.java
index 48a19037569..be1506c9418 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/package-info.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/package-info.java
@@ -36,7 +36,7 @@ com.yahoo.config.model.producer.AbstractConfigProducer
allocation</a>.
</p>
- <h3>Config Generation</h3>
+ <h2>Config Generation</h2>
<p>The method {@link
com.yahoo.vespa.model.VespaModel#getConfig(com.yahoo.config.ConfigInstance.Builder, String)
@@ -61,7 +61,7 @@ com.yahoo.config.model.producer.AbstractConfigProducer
method and by user defined config.
</p>
- <h4>Example:</h4>
+ <h3>Example:</h3>
<p>
Say we have a config named 'sample' with an integer parameter
named 'v'. If the VespaModel root node's {@link
@@ -99,7 +99,7 @@ com.yahoo.config.model.producer.AbstractConfigProducer
</p>
- <h3 id="plugin_loading">Plugin Loading</h3>
+ <h2 id="plugin_loading">Plugin Loading</h2>
<p>Each highest-level node in the setup file from the user's
application specification corresponds to a {@link
@@ -116,7 +116,7 @@ com.yahoo.config.model.builder.xml.ConfigModelBuilder ConfigModelBuilder}. The
<p>The built models are given to other models that depends on it.
</p>
- <h4>Important notes for plugin developers:</h4>
+ <h3>Important notes for plugin developers:</h3>
<ul>
<li>The constructors of all child classes of {@link
@@ -138,7 +138,7 @@ com.yahoo.config.model.producer.AbstractConfigProducer
</ul>
- <h3 id="port_allocation">Port Allocation</h3>
+ <h2 id="port_allocation">Port Allocation</h2>
<p>Each {@link com.yahoo.vespa.model.Host Host} has an available
dynamic port range running from {@link