Javadoc: fix build failure with nested <p><pre></pre></p> code block, fixes Javadoc build in CI
Some checks failed
Java CI / build (push) Failing after 7s
Java CI / javadoc-latest (push) Failing after 8s
Java CI / build-java7 (push) Failing after 6s
Dockerhub / docker (push) Failing after 26s
Java with IzPack Snapshot Setup / setup (push) Failing after 14s
Sync Primary Repository to GitHub Mirror / sync (push) Successful in 39s

This commit is contained in:
eyedeekay
2025-05-12 00:26:56 -04:00
parent 488759c66b
commit 8fb5f7f14a

View File

@ -37,6 +37,7 @@ import net.i2p.util.VersionComparator;
* Also migrate jetty.xml from Jetty 7/8 to Jetty 9.
*
* For each client for class org.mortbay.jetty.Server:
*</p>
*<pre>
* Let $D be the dir that jetty.xml is in (usually ~/.i2p/eepsite)
* Saves $D/jetty.xml to $D/jetty6.xml
@ -48,6 +49,7 @@ import net.i2p.util.VersionComparator;
* Copies $I2P/eepsite-jetty7/etc/* to $D/etc
* Changes main class in clients.config
*</pre>
*<p>
* Copies clients.config to clients.config.jetty6;
* Saves new clients.config.
*