-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MJAVADOC-726] trivial Javadoc fixes to test state of CI (#244)
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
import org.apache.maven.reporting.MavenReportException; | ||
|
||
/** | ||
* Generates documentation for the <code>Java code</code> in an <b>NON aggregator</b> project using the standard | ||
* Generates documentation for the <code>Java code</code> in a <b>NON aggregator</b> project using the standard | ||
* <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javadoc.html">Javadoc Tool</a>. | ||
* | ||
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a> | ||
|
@@ -269,7 +269,7 @@ public void setReportOutputDirectory(File reportOutputDirectory) { | |
} | ||
|
||
/** | ||
* @param theDestDir The destination directory. | ||
* @param theDestDir the destination directory | ||
*/ | ||
public void setDestDir(String theDestDir) { | ||
this.destDir = theDestDir; | ||
|
@@ -316,8 +316,8 @@ public void doExecute() throws MojoExecutionException, MojoFailureException { | |
/** | ||
* Gets the resource bundle for the specified locale. | ||
* | ||
* @param locale The locale of the currently generated report. | ||
* @return The resource bundle for the requested locale. | ||
* @param locale the locale of the currently generated report | ||
* @return the resource bundle for the requested locale | ||
*/ | ||
private ResourceBundle getBundle(Locale locale) { | ||
return ResourceBundle.getBundle("javadoc-report", locale, getClass().getClassLoader()); | ||
|