We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70e66e commit 37b76ffCopy full SHA for 37b76ff
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -1072,7 +1072,7 @@ public AbstractJavadocMojo(
1072
* <pre>
1073
* <links>
1074
* <link>https://docs.oracle.com/en/java/javase/17/docs/api</link>
1075
- * <links>
+ * </links>
1076
* </pre>
1077
* will be used because <code>https://docs.oracle.com/en/java/javase/17/docs/api/element-list</code> exists.</li>
1078
* <li>If {@link #detectLinks} is defined, the links between the project dependencies are
0 commit comments