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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e947fa  fixed error reported by Checkstyle
4e947fa is described below

commit 4e947fa15d197b0f047abe6d39697af47ac0d491
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Tue Apr 24 23:31:29 2018 +0200

    fixed error reported by Checkstyle
---
 src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java 
b/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
index 7923059..30eb29d 100644
--- a/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
@@ -80,7 +80,7 @@ public class DistCheckErrorsMojo
                     getSink().text( failure );
                     getSink().link_();
                     getSink().sectionTitle2_();
-                    getSink().verbatim(SinkEventAttributeSet.BOXED);
+                    getSink().verbatim( SinkEventAttributeSet.BOXED );
                     getSink().rawText( content );
                     getSink().verbatim_();
                     getSink().section2_();

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.

Reply via email to