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 2022/12/11 23:11:11 UTC

[maven-pmd-plugin] branch master updated: Remove method available from super class

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 3c7a47e  Remove method available from super class
3c7a47e is described below

commit 3c7a47ef29d75ae5c4b0f50e7579c91ab8b9b867
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Dec 12 00:10:53 2022 +0100

    Remove method available from super class
---
 .../java/org/apache/maven/plugins/pmd/AbstractPmdReport.java   | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
index fcc9c2d..c262397 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
@@ -36,7 +36,6 @@ import java.util.Map;
 import java.util.Set;
 import java.util.TreeMap;
 
-import org.apache.maven.doxia.siterenderer.Renderer;
 import org.apache.maven.execution.MavenSession;
 import org.apache.maven.model.ReportPlugin;
 import org.apache.maven.model.Reporting;
@@ -274,15 +273,6 @@ public abstract class AbstractPmdReport
         return project;
     }
 
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected Renderer getSiteRenderer()
-    {
-        return siteRenderer;
-    }
-
     protected String constructXRefLocation( boolean test )
     {
         String location = null;