You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2019/04/13 08:53:33 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-366 updated: Fix checkstyle error on checkstyle plugin

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

eolivelli pushed a commit to branch MCHECKSTYLE-366
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git


The following commit(s) were added to refs/heads/MCHECKSTYLE-366 by this push:
     new c5bfa58  Fix checkstyle error on checkstyle plugin
c5bfa58 is described below

commit c5bfa5832d19a6566ac720432ec17c91beb35459
Author: Enrico Olivelli <eo...@gmail.com>
AuthorDate: Sat Apr 13 10:53:29 2019 +0200

    Fix checkstyle error on checkstyle plugin
---
 .../maven/plugins/checkstyle/exec/CheckstyleCheckerListener.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.java b/src/main/java/org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.java
index 7a09a99..e6fade5 100644
--- a/src/main/java/org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.java
+++ b/src/main/java/org/apache/maven/plugins/checkstyle/exec/CheckstyleCheckerListener.java
@@ -181,7 +181,8 @@ public class CheckstyleCheckerListener
 
     /** {@inheritDoc} */
     @Override
-    protected void finishLocalSetup() throws CheckstyleException {
+    protected void finishLocalSetup() throws CheckstyleException
+    {
         //Do Nothing
     }