Skip to content

Commit

Permalink
(doc) Close links tag in links parameter javadoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
sixcorners authored and slachiewicz committed Jan 15, 2025
1 parent a70e66e commit 37b76ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ public AbstractJavadocMojo(
* <pre>
* &lt;links&gt;
* &lt;link&gt;https://docs.oracle.com/en/java/javase/17/docs/api&lt;/link&gt;
* &lt;links&gt;
* &lt;/links&gt;
* </pre>
* will be used because <code>https://docs.oracle.com/en/java/javase/17/docs/api/element-list</code> exists.</li>
* <li>If {@link #detectLinks} is defined, the links between the project dependencies are
Expand Down

0 comments on commit 37b76ff

Please sign in to comment.