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 5aa8f9311ea98ca387452ee1bf13676edff4ca7d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 14 09:03:28 2026 -0500

    Use lower case Javadoc <em> tags
---
 src/main/java/org/apache/bcel/classfile/Utility.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/classfile/Utility.java 
b/src/main/java/org/apache/bcel/classfile/Utility.java
index 5c003b15..f201ced6 100644
--- a/src/main/java/org/apache/bcel/classfile/Utility.java
+++ b/src/main/java/org/apache/bcel/classfile/Utility.java
@@ -270,7 +270,7 @@ public abstract class Utility {
      *
      * @param code byte code array.
      * @param constantPool Array of constants.
-     * @param index offset in 'code' array <EM>(number of opcodes, not 
bytes!)</EM>.
+     * @param index offset in 'code' array <em>(number of opcodes, not 
bytes!)</em>.
      * @param length number of opcodes to decompile, -1 for all.
      * @param verbose be verbose, for example print constant pool index.
      * @return String representation of byte codes.

Reply via email to