You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/06 11:41:16 UTC

[commons-bcel] 01/02: Javadoc (Alex Herbert)

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 84621c4655baadb2d7af92e9f72c5ce7286a8401
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 6 06:39:43 2022 -0500

    Javadoc (Alex Herbert)
---
 src/main/java/org/apache/bcel/classfile/MethodParameter.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/bcel/classfile/MethodParameter.java b/src/main/java/org/apache/bcel/classfile/MethodParameter.java
index f15b81a5..9cf96e53 100644
--- a/src/main/java/org/apache/bcel/classfile/MethodParameter.java
+++ b/src/main/java/org/apache/bcel/classfile/MethodParameter.java
@@ -25,6 +25,9 @@ import org.apache.bcel.Const;
 
 /**
  * Entry of the parameters table.
+ * <p>
+ * Implements {@link Node} as of 6.7.0.
+ * </p>
  *
  * @see <a href="https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.24"> The class File Format :
  *      The MethodParameters Attribute</a>