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

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

commit c6f54b6b86aa4cf3cbe0edc5d8f510401264b90b
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Jan 5 07:24:41 2026 -0500

    Remove commented code
---
 .../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