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 16bb11a0 Javadoc
16bb11a0 is described below

commit 16bb11a081e7ca201d55b7c0f3417a947379b218
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Tue Nov 22 16:34:27 2022 -0500

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

diff --git a/src/main/java/org/apache/bcel/classfile/Unknown.java 
b/src/main/java/org/apache/bcel/classfile/Unknown.java
index 6f72dc24..19307e1f 100644
--- a/src/main/java/org/apache/bcel/classfile/Unknown.java
+++ b/src/main/java/org/apache/bcel/classfile/Unknown.java
@@ -39,7 +39,7 @@ public final class Unknown extends Attribute {
     private final String name;
 
     /**
-     * Create a non-standard attribute.
+     * Constructs a new instance for a non-standard attribute.
      *
      * @param nameIndex Index in constant pool
      * @param length Content length in bytes
@@ -53,7 +53,7 @@ public final class Unknown extends Attribute {
     }
 
     /**
-     * Construct object from input stream.
+     * Constructs a new instance from an input stream.
      *
      * @param nameIndex Index in constant pool
      * @param length Content length in bytes
@@ -70,8 +70,7 @@ public final class Unknown extends Attribute {
     }
 
     /**
-     * Initialize from another object. Note that both objects use the same 
references (shallow copy). Use clone() for a
-     * physical copy.
+     * Constructs a new instance from another instance. Note that both objects 
use the same references (shallow copy). Use clone() for a physical copy.
      *
      * @param unknown Source.
      */
@@ -104,7 +103,7 @@ public final class Unknown extends Attribute {
     }
 
     /**
-     * Dump unknown bytes to file stream.
+     * Dumps unknown bytes to file stream.
      *
      * @param file Output file stream
      * @throws IOException if an I/O error occurs.

Reply via email to