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

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

commit 0428357611cef4ee1bc2e871e8fc7ad392541169
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Sat Jun 7 07:12:08 2025 -0400

    small parameter documentation improvement
---
 src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java 
b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
index 3176dad..9250637 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
@@ -93,7 +93,7 @@ public abstract class AbstractPmdReport extends 
AbstractMavenReport {
     private File xrefTestLocation;
 
     /**
-     * A list of files to exclude from checking. Can contain Ant-style 
wildcards and double wildcards. Note that these
+     * A list of files to exclude from checks. Can contain Ant-style wildcards 
and double wildcards. Note that these
      * exclusion patterns only operate on the path of a source file relative 
to its source root directory. In other
      * words, files are excluded based on their package and/or class name. If 
you want to exclude entire source root
      * directories, use the parameter <code>excludeRoots</code> instead.
@@ -104,7 +104,7 @@ public abstract class AbstractPmdReport extends 
AbstractMavenReport {
     private List<String> excludes;
 
     /**
-     * A list of files to include from checking. Can contain Ant-style 
wildcards and double wildcards. Defaults to
+     * A list of files to check. Can contain Ant-style wildcards and double 
wildcards. Defaults to
      * **\/*.java.
      *
      * @since 2.2

Reply via email to