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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 4c6777ba0876e678ad76f90ac7a8f267017762d2
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Tue Dec 12 21:37:11 2023 +0100

    RAT-326: Fix more javadoc build errors
---
 .../src/main/java/org/apache/rat/mp/RatReportMojo.java     | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java 
b/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
index 11d328e1..069312d1 100644
--- a/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
+++ b/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
@@ -228,9 +228,9 @@ public class RatReportMojo extends AbstractRatMojo 
implements MavenMultiPageRepo
     /**
      * Generate a report.
      *
-     * @param sink
-     * @param locale
-     * @throws MavenReportException
+     * @param sink the sink to use for the generation.
+     * @param locale the wanted locale to generate the report, could be null.
+     * @throws MavenReportException if any
      * @deprecated use {@link #generate(Sink, SinkFactory, Locale)} instead.
      */
     @Deprecated
@@ -242,10 +242,10 @@ public class RatReportMojo extends AbstractRatMojo 
implements MavenMultiPageRepo
      * This method is called when the report generation is invoked by
      * maven-site-plugin.
      *
-     * @param sink
-     * @param sinkFactory
-     * @param locale
-     * @throws MavenReportException
+     * @param sink the sink to use for the generation.
+     * @param sinkFactory the sink factory to use for the generation.
+     * @param locale the wanted locale to generate the report, could be null.
+     * @throws MavenReportException if any
      */
     @Override
     public void generate(Sink sink, SinkFactory sinkFactory, Locale locale) 
throws MavenReportException {

Reply via email to