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

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


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

commit e1eab728ccc21763e12de5a0d17605bc8948c444
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 21 11:15:22 2024 -0400

    Javadoc
    
    Use HTML EM tag instead of I tag
---
 src/main/java/org/apache/bcel/generic/ExceptionThrower.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/generic/ExceptionThrower.java 
b/src/main/java/org/apache/bcel/generic/ExceptionThrower.java
index b21c6201..478020f4 100644
--- a/src/main/java/org/apache/bcel/generic/ExceptionThrower.java
+++ b/src/main/java/org/apache/bcel/generic/ExceptionThrower.java
@@ -20,7 +20,7 @@ package org.apache.bcel.generic;
  * Denote an instruction that may throw a run-time or a linking exception (or 
both) during execution. This is not quite
  * the truth as such; because all instructions may throw a {@link 
VirtualMachineError}. These exceptions are omitted.
  *
- * The Lava Language Specification specifies exactly which <i>RUN-TIME</i> and 
which <i>LINKING</i> exceptions each
+ * The Lava Language Specification specifies exactly which <em>RUN-TIME</em> 
and which <em>LINKING</em> exceptions each
  * instruction may throw which is reflected by the implementers. Due to the 
structure of the JVM specification, it may
  * be possible that an Instruction implementing this interface returns a 
Class[] of size 0.
  *

Reply via email to