File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ public AbstractJavadocMojo(
496496 * Detect the links for all modules defined in the project.
497497 * <br/>
498498 * If {@code reactorProjects} is defined in a non-aggregator way, it generates default offline links
499- * between modules based on the defined project's urls . For instance, if a parent project has two projects
499+ * between modules based on the defined project's URLs . For instance, if a parent project has two projects
500500 * <code>module1</code> and <code>module2</code>, the <code>-linkoffline</code> will be:
501501 * <br/>
502502 * The added Javadoc <code>-linkoffline</code> parameter for <b>module1</b> will be
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public JavadocJarMojo(
180180 * Detect the links for all modules defined in the project.
181181 * <br/>
182182 * If {@code reactorProjects} is defined in a non-aggregator way, it generates default offline links
183- * between modules based on the defined project's urls . For instance, if a parent project has two projects
183+ * between modules based on the defined project's URLs . For instance, if a parent project has two projects
184184 * <code>module1</code> and <code>module2</code>, the <code>-linkoffline</code> will be:
185185 * <br/>
186186 * The added Javadoc <code>-linkoffline</code> parameter for <b>module1</b> will be
You can’t perform that action at this time.
0 commit comments