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

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

commit 50765584772cd063e71d0922bfc8b74b82c113c5
Author: Andreas Dangel <adan...@apache.org>
AuthorDate: Thu Sep 17 11:25:34 2020 +0200

    Fix typo in CpdReport.java
    
    Co-authored-by: Piotrek Żygieło <pzygi...@users.noreply.github.com>
---
 src/main/java/org/apache/maven/plugins/pmd/CpdReport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/pmd/CpdReport.java 
b/src/main/java/org/apache/maven/plugins/pmd/CpdReport.java
index 6163094..6bd73b2 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/CpdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/CpdReport.java
@@ -313,7 +313,7 @@ public class CpdReport
         // so the "check" goals can check for violations
         writeXmlReport( cpd );
 
-        // html format is handled by maven site report, xml format has already 
bean rendered
+        // html format is handled by maven site report, xml format has already 
been rendered
         if ( !isHtml() && !isXml() )
         {
             writeFormattedReport( cpd );

Reply via email to