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


The following commit(s) were added to refs/heads/master by this push:
     new 83dbf9d9 Javadoc
83dbf9d9 is described below

commit 83dbf9d95161f727785994a08297646bfb6992e8
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Wed Feb 26 08:47:59 2025 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java 
b/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java
index 17527fa7..d8abae88 100644
--- a/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java
+++ b/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java
@@ -95,7 +95,7 @@ public class Subroutines {
         private InstructionHandle theRET;
 
         /**
-         * The default constructor.
+         * Constructs a new instance.
          */
         SubroutineImpl() {
             // empty

Reply via email to