Skip to content

Commit

Permalink
Fix typo in CpdReport.java
Browse files Browse the repository at this point in the history
Co-authored-by: Piotrek Żygieło <pzygielo@users.noreply.github.com>
  • Loading branch information
adangel and pzygielo committed Sep 17, 2020
1 parent de2ff17 commit 5076558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/maven/plugins/pmd/CpdReport.java
Expand Up @@ -313,7 +313,7 @@ else if ( "jsp".equals( language ) )
// 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 );
Expand Down

0 comments on commit 5076558

Please sign in to comment.