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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new af4f59f  fix javadoc
af4f59f is described below

commit af4f59f2ac81d66d4f398cc1994afa7d5eda33f7
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Jun 4 19:21:23 2023 +0200

    fix javadoc
---
 .../java/org/apache/maven/dist/tools/jobs/AbstractJobsReport.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/dist/tools/jobs/AbstractJobsReport.java 
b/src/main/java/org/apache/maven/dist/tools/jobs/AbstractJobsReport.java
index 924f0df..49cc1a5 100644
--- a/src/main/java/org/apache/maven/dist/tools/jobs/AbstractJobsReport.java
+++ b/src/main/java/org/apache/maven/dist/tools/jobs/AbstractJobsReport.java
@@ -50,10 +50,11 @@ public abstract class AbstractJobsReport extends 
AbstractMavenReport {
 
     /**
      * Extract Git repository names for Apache Maven from
-     * <a href="https://gitbox.apache.org/repos/asf";>Gitbox main page</a>.
+     * <a href="https://gitbox.apache.org/repos/asf";>Gitbox main page</a>,
+     * with some excludes.
      *
      * @return the list of repository names (without ".git")
-     * @throws java.io.IOException problem with reading repository index
+     * @throws MavenReportException problem with reading repository index
      */
     protected Collection<String> repositoryNames() throws MavenReportException 
{
         try {

Reply via email to