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

mbuenger 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 6b34d8b  Remove commented code (#651)
6b34d8b is described below

commit 6b34d8b26a37b6f8b9d851ad290581f7e176533d
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Jan 5 15:56:25 2026 +0000

    Remove commented code (#651)
---
 .../org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java
 
b/src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java
index 089e99c..af24dd6 100644
--- 
a/src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java
+++ 
b/src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java
@@ -500,10 +500,6 @@ public abstract class AbstractCheckstyleReport extends 
AbstractMavenReport {
 
         locator.setOutputDirectory(new 
File(project.getBuild().getDirectory()));
 
-        // for when we start using maven-shared-io and maven-shared-monitor...
-        // locator = new Locator( new MojoLogMonitorAdaptor( getLog() ) );
-
-        // locator = new Locator( getLog(), new File( 
project.getBuild().getDirectory() ) );
         String effectiveConfigLocation = configLocation;
         if (checkstyleRules != null) {
             if (!DEFAULT_CONFIG_LOCATION.equals(configLocation)) {

Reply via email to