You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/06/03 10:10:37 UTC

[tomcat] 01/02: Javadoc fixes (and align with 8.5.x)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 0bb5e3d6358e0fb6c368d6a23436b41e5d568472
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 31 22:31:58 2019 +0100

    Javadoc fixes (and align with 8.5.x)
---
 java/org/apache/tomcat/util/bcel/classfile/ConstantLong.java | 2 +-
 java/org/apache/tomcat/util/bcel/classfile/JavaClass.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/bcel/classfile/ConstantLong.java b/java/org/apache/tomcat/util/bcel/classfile/ConstantLong.java
index 6bb77e1..d7b245c 100644
--- a/java/org/apache/tomcat/util/bcel/classfile/ConstantLong.java
+++ b/java/org/apache/tomcat/util/bcel/classfile/ConstantLong.java
@@ -36,7 +36,7 @@ public final class ConstantLong extends Constant {
     /**
      * Initialize instance from file data.
      *
-     * @param file Input stream
+     * @param input Input stream
      * @throws IOException
      */
     ConstantLong(final DataInput input) throws IOException {
diff --git a/java/org/apache/tomcat/util/bcel/classfile/JavaClass.java b/java/org/apache/tomcat/util/bcel/classfile/JavaClass.java
index 67c361f..5536492 100644
--- a/java/org/apache/tomcat/util/bcel/classfile/JavaClass.java
+++ b/java/org/apache/tomcat/util/bcel/classfile/JavaClass.java
@@ -40,7 +40,7 @@ public class JavaClass {
      * @param superclass_name Name of this class's superclass.
      * @param access_flags Access rights defined by bit flags
      * @param constant_pool Array of constants
-     * @param interfaces Implemented interfaces
+     * @param interface_names Implemented interfaces
      * @param runtimeVisibleAnnotations "RuntimeVisibleAnnotations" attribute defined on the Class, or null
      */
     JavaClass(final String class_name, final String superclass_name,


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org