Skip to content

Commit 8489b74

Browse files
committed
very important fix :)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 901c381 commit 8489b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/java/org/apache/maven/plugins/javadoc/JavadocJarMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)