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 167f769d384ba5493d5e4f74723d175a32d1eeaf
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 14 08:59:54 2026 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/classfile/Unknown.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/org/apache/bcel/classfile/Unknown.java 
b/src/main/java/org/apache/bcel/classfile/Unknown.java
index fc4d1c3b..9848302e 100644
--- a/src/main/java/org/apache/bcel/classfile/Unknown.java
+++ b/src/main/java/org/apache/bcel/classfile/Unknown.java
@@ -137,6 +137,8 @@ public final class Unknown extends Attribute {
     }
 
     /**
+     * Gets the data bytes.
+     *
      * @return data bytes.
      */
     public byte[] getBytes() {
@@ -152,6 +154,8 @@ public final class Unknown extends Attribute {
     }
 
     /**
+     * Sets the data bytes.
+     *
      * @param bytes the bytes to set.
      */
     public void setBytes(final byte[] bytes) {

Reply via email to