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 1408bad3 Javadoc, no need to point out the obvious 1408bad3 is described below commit 1408bad36544d37533ff1b2400b51a5273e6dc62 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Thu Nov 17 09:20:19 2022 -0500 Javadoc, no need to point out the obvious --- src/main/java/org/apache/bcel/generic/ClassGenException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/generic/ClassGenException.java b/src/main/java/org/apache/bcel/generic/ClassGenException.java index 129eae6a..289fd2dc 100644 --- a/src/main/java/org/apache/bcel/generic/ClassGenException.java +++ b/src/main/java/org/apache/bcel/generic/ClassGenException.java @@ -17,7 +17,7 @@ package org.apache.bcel.generic; /** - * Thrown on internal errors. Extends RuntimeException so it hasn't to be declared in the throws clause every time. + * Thrown on internal exceptions. */ public class ClassGenException extends RuntimeException {