Skip to content

Commit d1ef192

Browse files
authored
[MJAVADOC-726] trivial Javadoc fixes to test state of CI (#244)
1 parent 2bd2c08 commit d1ef192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import org.apache.maven.reporting.MavenReportException;
4242

4343
/**
44-
* Generates documentation for the <code>Java code</code> in an <b>NON aggregator</b> project using the standard
44+
* Generates documentation for the <code>Java code</code> in a <b>NON aggregator</b> project using the standard
4545
* <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javadoc.html">Javadoc Tool</a>.
4646
*
4747
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a>
@@ -269,7 +269,7 @@ public void setReportOutputDirectory(File reportOutputDirectory) {
269269
}
270270

271271
/**
272-
* @param theDestDir The destination directory.
272+
* @param theDestDir the destination directory
273273
*/
274274
public void setDestDir(String theDestDir) {
275275
this.destDir = theDestDir;
@@ -316,8 +316,8 @@ public void doExecute() throws MojoExecutionException, MojoFailureException {
316316
/**
317317
* Gets the resource bundle for the specified locale.
318318
*
319-
* @param locale The locale of the currently generated report.
320-
* @return The resource bundle for the requested locale.
319+
* @param locale the locale of the currently generated report
320+
* @return the resource bundle for the requested locale
321321
*/
322322
private ResourceBundle getBundle(Locale locale) {
323323
return ResourceBundle.getBundle("javadoc-report", locale, getClass().getClassLoader());

0 commit comments

Comments
 (0)