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-bcel.git

commit 05530835b9e067a5293a6aadf2cb8eaafa553972
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Tue Jul 9 08:37:51 2024 -0400

    Remove trailing whitespace
---
 src/examples/Mini/ASTFunDecl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/Mini/ASTFunDecl.java 
b/src/examples/Mini/ASTFunDecl.java
index a3f246d7..f404c8aa 100644
--- a/src/examples/Mini/ASTFunDecl.java
+++ b/src/examples/Mini/ASTFunDecl.java
@@ -111,7 +111,7 @@ public class ASTFunDecl extends SimpleNode implements 
MiniParserTreeConstants {
                     final InstructionTargeter[] targeters = 
target.getTargeters();
 
                     for (final InstructionTargeter targeter : targeters) {
-                        // TODO Is this really identity equality and not 
object equality? 
+                        // TODO Is this really identity equality and not 
object equality?
                         if (target != match[4] || targeter != match[2]) {
                             System.err.println("Unexpected: " + e);
                         }

Reply via email to