You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/04 19:48:54 UTC

[maven-reporting-impl] branch master updated: Fix Javadoc errors

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 85c0402  Fix Javadoc errors
85c0402 is described below

commit 85c0402dd1184a831fc4af36f0bdb00baeb73b6e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jul 4 21:48:45 2022 +0200

    Fix Javadoc errors
---
 .../org/apache/maven/reporting/AbstractMavenReportRenderer.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java b/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
index bff3d58..c9f57a4 100644
--- a/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
+++ b/src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java
@@ -92,10 +92,10 @@ public abstract class AbstractMavenReportRenderer
     // ----------------------------------------------------------------------
 
     /**
-     * Convenience method to wrap section creation in the current sink. An anchor will be add for the name.
+     * Convenience method to wrap section creation in the current sink.
+     * An anchor will be derived from the name.
      *
      * @param name the name of this section, could be null.
-     * @param anchor the anchor of this section, could be null.
      * @see #text(String)
      * @see Sink#section1()
      * @see Sink#sectionTitle1()
@@ -119,7 +119,7 @@ public abstract class AbstractMavenReportRenderer
     }
 
     /**
-     * Convenience method to wrap section creation in the current sink. An anchor will be add for the name.
+     * Convenience method to wrap section creation in the current sink.
      *
      * @param name the name of this section, could be null.
      * @param anchor the anchor of this section, could be null.