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

[maven-pmd-plugin] branch master updated: Add space missing in message

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 936c6bd  Add space missing in message
936c6bd is described below

commit 936c6bd5dda1f7a829340727b3ec4ca8cbbd4d35
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Wed Jun 10 20:48:11 2020 +0200

    Add space missing in message
---
 src/main/java/org/apache/maven/plugins/pmd/PmdReport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
index 62bacb6..48e252d 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
@@ -354,7 +354,7 @@ public class PmdReport
                     result = renderer.hasViolations();
                     if ( result )
                     {
-                        getLog().debug( "Skipping report since skipEmptyReport is true and"
+                        getLog().debug( "Skipping report since skipEmptyReport is true and "
                                             + "there are no PMD violations." );
                     }
                 }