This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 6a739a7d Javadoc
6a739a7d is described below
commit 6a739a7d01622ab509f03dc6d30f20cf34f7245d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 2 15:26:43 2026 -0400
Javadoc
---
src/main/java/org/apache/bcel/util/BCELifier.java | 2 +-
src/main/java/org/apache/bcel/util/JavaWrapper.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/bcel/util/BCELifier.java
b/src/main/java/org/apache/bcel/util/BCELifier.java
index bdd933e1..a280c5d5 100644
--- a/src/main/java/org/apache/bcel/util/BCELifier.java
+++ b/src/main/java/org/apache/bcel/util/BCELifier.java
@@ -95,7 +95,7 @@ public class BCELifier extends
org.apache.bcel.classfile.EmptyVisitor {
* Default main method.
*
* @param argv command line arguments.
- * @throws Exception if an error occurs.
+ * @throws Exception Thrown if an error occurs.
*/
public static void main(final String[] argv) throws Exception {
if (argv.length != 1) {
diff --git a/src/main/java/org/apache/bcel/util/JavaWrapper.java
b/src/main/java/org/apache/bcel/util/JavaWrapper.java
index 9d25d8ef..7ddfab0e 100644
--- a/src/main/java/org/apache/bcel/util/JavaWrapper.java
+++ b/src/main/java/org/apache/bcel/util/JavaWrapper.java
@@ -61,7 +61,7 @@ public class JavaWrapper {
* Default main method used as wrapper, expects the fully qualified class
name of the real class as the first argument.
*
* @param argv command line arguments where first argument is the class
name.
- * @throws Exception if an error occurs during execution.
+ * @throws Exception Thrown if an error occurs during execution.
*/
public static void main(final String[] argv) throws Exception {
/*