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 2019/09/01 22:18:49 UTC

[commons-bcel] 04/06: Javadoc.

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 d8c066732565ff079c7ba8c6bea8774bb07a5bfc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 1 18:15:42 2019 -0400

    Javadoc.
---
 src/main/java/org/apache/bcel/classfile/NestHost.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/bcel/classfile/NestHost.java b/src/main/java/org/apache/bcel/classfile/NestHost.java
index b261148..b343088 100644
--- a/src/main/java/org/apache/bcel/classfile/NestHost.java
+++ b/src/main/java/org/apache/bcel/classfile/NestHost.java
@@ -36,7 +36,7 @@ public final class NestHost extends Attribute {
 
 
     /**
-     * Initialize from another object. Note that both objects use the same
+     * Initializes from another object. Note that both objects use the same
      * references (shallow copy). Use copy() for a physical copy.
      */
     public NestHost(final NestHost c) {
@@ -58,7 +58,7 @@ public final class NestHost extends Attribute {
 
 
     /**
-     * Construct object from input stream.
+     * Constructs object from input stream.
      * @param name_index Index in constant pool
      * @param length Content length in bytes
      * @param input Input stream
@@ -85,7 +85,7 @@ public final class NestHost extends Attribute {
 
 
     /**
-     * Dump NestHost attribute to file stream in binary format.
+     * Dumps NestHost attribute to file stream in binary format.
      *
      * @param file Output file stream
      * @throws IOException if an I/O error occurs.