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

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

commit c17e6b0e2c1749cc4ac8f503e9850199774be59d
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jan 8 18:42:19 2026 -0500

    Remove method that is identicial to super method
---
 src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java | 5 -----
 1 file changed, 5 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 53c9783..031be80 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java
@@ -261,11 +261,6 @@ public abstract class AbstractPmdReport extends 
AbstractMavenReport {
     /** The files that are being analyzed. */
     protected Map<File, PmdFileInfo> filesToProcess;
 
-    @Override
-    protected MavenProject getProject() {
-        return project;
-    }
-
     protected List<MavenProject> getReactorProjects() {
         return reactorProjects;
     }

Reply via email to