You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/05 16:28:06 UTC

[maven-checkstyle-plugin] branch master updated: (doc) Remove method to simply inherit it (#29)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bde7932  (doc) Remove method to simply inherit it (#29)
bde7932 is described below

commit bde793291cb099bf721288d419ff4fba9ac19e7f
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Sun Apr 5 18:27:59 2020 +0200

    (doc) Remove method to simply inherit it (#29)
    
    https://rules.sonarsource.com/java/type/Code%20Smell/RSPEC-1185
---
 .../org/apache/maven/plugins/checkstyle/CheckstyleReport.java     | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleReport.java b/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleReport.java
index 5c2c57e..faf0a16 100644
--- a/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleReport.java
+++ b/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleReport.java
@@ -21,7 +21,6 @@ package org.apache.maven.plugins.checkstyle;
 
 import java.io.File;
 import java.util.List;
-import java.util.Locale;
 
 import org.apache.maven.model.Resource;
 import org.apache.maven.plugins.annotations.Mojo;
@@ -50,13 +49,6 @@ public class CheckstyleReport
         return project;
     }
 
-    /** {@inheritDoc} */
-    public void executeReport( Locale locale )
-        throws MavenReportException
-    {
-        super.executeReport( locale );
-    }
-
     /**
      * {@inheritDoc}
      */