This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch innocuous
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 92e062c27339a988d9703e31cd2a792da981fea6
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Fri Sep 22 08:55:04 2023 -0400

    [MJAVADOC-726] trivial Javadoc fixes to test state of CI
---
 src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java 
b/src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java
index 50a8a827..5bab790e 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java
@@ -41,7 +41,7 @@ import org.apache.maven.reporting.MavenMultiPageReport;
 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:eveni...@apache.org";>Emmanuel Venisse</a>
@@ -269,7 +269,7 @@ public class JavadocReport extends AbstractJavadocMojo 
implements MavenMultiPage
     }
 
     /**
-     * @param theDestDir The destination directory.
+     * @param theDestDir the destination directory
      */
     public void setDestDir(String theDestDir) {
         this.destDir = theDestDir;
@@ -316,8 +316,8 @@ public class JavadocReport extends AbstractJavadocMojo 
implements MavenMultiPage
     /**
      * 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());

Reply via email to