[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [commons-bcel] 01/02: Javadoc
From:       ggregory () apache ! org
Date:       2023-02-25 18:33:13
Message-ID: 20230225183312.BCEEC440187 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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 ca8541e94f4b467bc06d635c3ad4496095c8e235
Author: Gary David Gregory (Code signing key) <ggregory@apache.org>
AuthorDate: Sat Feb 25 08:46:07 2023 -0500

    Javadoc
---
 .../java/org/apache/bcel/classfile/ClassFormatException.java   | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/apache/bcel/classfile/ClassFormatException.java \
b/src/main/java/org/apache/bcel/classfile/ClassFormatException.java index \
                1816f623..2023c849 100644
--- a/src/main/java/org/apache/bcel/classfile/ClassFormatException.java
+++ b/src/main/java/org/apache/bcel/classfile/ClassFormatException.java
@@ -42,12 +42,10 @@ public class ClassFormatException extends RuntimeException {
 
     /**
      * Constructs a new instance with the specified detail message and cause.
-     * <p>
-     * Note that the detail message associated with {@code cause} is <i>not</i> \
                automatically incorporated in this runtime exception's detail \
                message.
      *
      * @param message the detail message (which is saved for later retrieval by the \
                {@link #getMessage()} method).
-     * @param cause   the cause (which is saved for later retrieval by the {@link \
                #getCause()} method). (A {@code null} value is permitted, and \
                indicates that
-     *                the cause is nonexistent or unknown.)
+     * @param cause   the cause (which is saved for later retrieval by the {@link \
#getCause()} method). A {@code null} value is permitted, and indicates that +     *   \
                the cause is nonexistent or unknown.
      * @since 6.0
      */
     public ClassFormatException(final String message, final Throwable cause) {
@@ -58,8 +56,8 @@ public class ClassFormatException extends RuntimeException {
      * Constructs a new instance with the specified cause and a detail message of \
                {@code (cause==null ? null : cause.toString())} (which typically \
                contains the
      * class and detail message of {@code cause}). This constructor is useful for \
                runtime exceptions that are little more than wrappers for other \
                throwables.
      *
-     * @param cause the cause (which is saved for later retrieval by the {@link \
                #getCause()} method). (A {@code null} value is permitted, and \
                indicates that the
-     *              cause is nonexistent or unknown.)
+     * @param cause the cause (which is saved for later retrieval by the {@link \
#getCause()} method). A {@code null} value is permitted, and indicates that the +     \
                *              cause is nonexistent or unknown.
      * @since 6.7.0
      */
     public ClassFormatException(final Throwable cause) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic