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

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

commit 6e57e3145aa11ab4e8b45c8c95f7bc25cd598721
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Sun Dec 15 07:49:54 2024 -0500

    Fix double the
---
 src/main/java/org/apache/maven/plugins/pmd/PmdViolationCheckMojo.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/pmd/PmdViolationCheckMojo.java 
b/src/main/java/org/apache/maven/plugins/pmd/PmdViolationCheckMojo.java
index 4d33f5b..f3c4134 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/PmdViolationCheckMojo.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/PmdViolationCheckMojo.java
@@ -54,8 +54,8 @@ public class PmdViolationCheckMojo extends 
AbstractPmdViolationCheckMojo<Violati
 
     /**
      * What priority level to fail the build on.
-     * PMD violations are assigned a priority from 1 (most severe) to 5 (least 
severe) according the
-     * the rule's priority.
+     * PMD violations are assigned a priority from 1 (most severe) to 5 (least 
severe) according
+     * to the rule's priority.
      * Violations at or less than this priority level are considered failures 
and will fail
      * the build if {@code failOnViolation=true} and the count exceeds {@code 
maxAllowedViolations}.
      * The other violations will be regarded as warnings and will be displayed 
in the build output

Reply via email to