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 5a58c92c Javadoc
5a58c92c is described below

commit 5a58c92ce721130f722ba675a84a8d4d5780d53e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 14:37:57 2025 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/classfile/LocalVariableTable.java | 2 +-
 src/main/java/org/apache/bcel/classfile/StackMapEntry.java      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java 
b/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
index 69306b41..981cff19 100644
--- a/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
+++ b/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
@@ -123,7 +123,7 @@ public class LocalVariableTable extends Attribute 
implements Iterable<LocalVaria
      *
      * @param index the variable slot
      * @return the first LocalVariable that matches the slot or null if not 
found
-     * @deprecated since 5.2 because multiple variables can share the same 
slot, use getLocalVariable(int index, int pc)
+     * @deprecated Since 5.2 because multiple variables can share the same 
slot, use getLocalVariable(int index, int pc)
      *             instead.
      */
     @java.lang.Deprecated
diff --git a/src/main/java/org/apache/bcel/classfile/StackMapEntry.java 
b/src/main/java/org/apache/bcel/classfile/StackMapEntry.java
index 7e5566a8..6fa7c425 100644
--- a/src/main/java/org/apache/bcel/classfile/StackMapEntry.java
+++ b/src/main/java/org/apache/bcel/classfile/StackMapEntry.java
@@ -329,7 +329,7 @@ public final class StackMapEntry implements Node, Cloneable 
{
 
     /**
      *
-     * @deprecated since 6.0
+     * @deprecated Since 6.0
      */
     @java.lang.Deprecated
     public void setNumberOfLocals(final int n) { // TODO unused
@@ -337,7 +337,7 @@ public final class StackMapEntry implements Node, Cloneable 
{
 
     /**
      *
-     * @deprecated since 6.0
+     * @deprecated Since 6.0
      */
     @java.lang.Deprecated
     public void setNumberOfStackItems(final int n) { // TODO unused

Reply via email to