(doc) Remove method to simply inherit it (#29)

https://rules.sonarsource.com/java/type/Code%20Smell/RSPEC-1185
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 @@
 
 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 @@
         return project;
     }
 
-    /** {@inheritDoc} */
-    public void executeReport( Locale locale )
-        throws MavenReportException
-    {
-        super.executeReport( locale );
-    }
-
     /**
      * {@inheritDoc}
      */