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 60bf2720 No need for blank Javadoc lines between Javadoc @ tags
60bf2720 is described below
commit 60bf272077fb9c7da7b8f091d2921d258bac14d4
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Thu Nov 28 11:33:40 2024 -0500
No need for blank Javadoc lines between Javadoc @ tags
---
src/main/java/org/apache/bcel/classfile/AttributeReader.java | 1 -
src/main/java/org/apache/bcel/classfile/LocalVariableTable.java | 1 -
src/main/java/org/apache/bcel/classfile/StackMap.java | 1 -
3 files changed, 3 deletions(-)
diff --git a/src/main/java/org/apache/bcel/classfile/AttributeReader.java
b/src/main/java/org/apache/bcel/classfile/AttributeReader.java
index 1b4a2ade..13e9d97c 100644
--- a/src/main/java/org/apache/bcel/classfile/AttributeReader.java
+++ b/src/main/java/org/apache/bcel/classfile/AttributeReader.java
@@ -37,7 +37,6 @@ public interface AttributeReader {
*
* @param file This is the data input stream that the factory needs to
read its data from.
* @param constantPool This is the constant pool associated with the
Attribute that we are constructing.
- *
* @return The user-defined AttributeReader should take this data and use
it to construct an attribute. In the case of
* errors, a null can be returned which will cause the parsing of
the class file to fail.
*
diff --git a/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
b/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
index 2a730e96..97a36968 100644
--- a/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
+++ b/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java
@@ -121,7 +121,6 @@ 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)
* instead.
*/
diff --git a/src/main/java/org/apache/bcel/classfile/StackMap.java
b/src/main/java/org/apache/bcel/classfile/StackMap.java
index c69119f0..0932341e 100644
--- a/src/main/java/org/apache/bcel/classfile/StackMap.java
+++ b/src/main/java/org/apache/bcel/classfile/StackMap.java
@@ -68,7 +68,6 @@ public final class StackMap extends Attribute {
/*
* @param nameIndex Index of name
* @param length Content length in bytes
- *
* @param map Table of stack map entries
* @param constantPool Array of constants
*/