You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/31 10:49:17 UTC

[maven-common-artifact-filters] branch sp created (now b1ee18c)

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

elharo pushed a change to branch sp
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git.


      at b1ee18c  minor Javadoc typo fixes

This branch includes the following new commits:

     new b1ee18c  minor Javadoc typo fixes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-common-artifact-filters] 01/01: minor Javadoc typo fixes

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch sp
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git

commit b1ee18c2902a1cb6822d79d1d8079b365119a86d
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 31 06:49:05 2020 -0400

    minor Javadoc typo fixes
---
 .../shared/artifact/filter/StatisticsReportingArtifactFilter.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/shared/artifact/filter/StatisticsReportingArtifactFilter.java b/src/main/java/org/apache/maven/shared/artifact/filter/StatisticsReportingArtifactFilter.java
index ffecb5e..497f081 100644
--- a/src/main/java/org/apache/maven/shared/artifact/filter/StatisticsReportingArtifactFilter.java
+++ b/src/main/java/org/apache/maven/shared/artifact/filter/StatisticsReportingArtifactFilter.java
@@ -28,17 +28,17 @@ public interface StatisticsReportingArtifactFilter
 {
 
     /**
-     * @param logger The logger.
+     * @param logger the logger
      */
     void reportMissedCriteria( Logger logger );
 
     /**
-     * @param logger The logger.
+     * @param logger the logger
      */
     void reportFilteredArtifacts( Logger logger );
 
     /**
-     * @return {@code true} if missed cireteria {@code false} otherwise.
+     * @return {@code true} if missed criteria; {@code false} otherwise.
      */
     boolean hasMissedCriteria();