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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new c929e71a Remove dead comments
c929e71a is described below

commit c929e71ab039c09a53c123741d8ddc08d841a93c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 10:31:51 2026 -0500

    Remove dead comments
---
 .../org/apache/commons/digester3/RecordedInvocation.java     | 12 ------------
 1 file changed, 12 deletions(-)

diff --git 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/RecordedInvocation.java
 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/RecordedInvocation.java
index 9c583a35..1620dfcd 100644
--- 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/RecordedInvocation.java
+++ 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/RecordedInvocation.java
@@ -30,18 +30,10 @@ import java.lang.reflect.Method;
 final class RecordedInvocation
 {
 
-    
//******************************************************************************************************************
-    // Fields
-    
//******************************************************************************************************************
-
     private final Method invokedMethod;
 
     private final Object[] arguments;
 
-    
//******************************************************************************************************************
-    // Constructors
-    
//******************************************************************************************************************
-
     /**
      * Create a new RecordedInvocation instance.
      *
@@ -54,10 +46,6 @@ final class RecordedInvocation
         this.arguments = arguments;
     }
 
-    
//******************************************************************************************************************
-    // Canonical Methods
-    
//******************************************************************************************************************
-
     /**
      * Add a string representation of {@code input} to {@code buffer}.
      *

Reply via email to