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 1b68d352 Javadoc 1b68d352 is described below commit 1b68d35271c9ffadbd19a984d36544d8c6935441 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 27 10:16:13 2025 -0400 Javadoc --- src/main/java/org/apache/bcel/util/Class2HTML.java | 2 +- src/main/java/org/apache/bcel/util/CodeHTML.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/bcel/util/Class2HTML.java b/src/main/java/org/apache/bcel/util/Class2HTML.java index 8452350c..5298f205 100644 --- a/src/main/java/org/apache/bcel/util/Class2HTML.java +++ b/src/main/java/org/apache/bcel/util/Class2HTML.java @@ -176,7 +176,7 @@ public class Class2HTML implements Constants { private final String dir; /** - * Write contents of the given JavaClass into HTML files. + * Writes contents of the given JavaClass into HTML files. * * @param javaClass The class to write * @param dir The directory to put the files in diff --git a/src/main/java/org/apache/bcel/util/CodeHTML.java b/src/main/java/org/apache/bcel/util/CodeHTML.java index 7a2211df..7492f291 100644 --- a/src/main/java/org/apache/bcel/util/CodeHTML.java +++ b/src/main/java/org/apache/bcel/util/CodeHTML.java @@ -473,7 +473,7 @@ final class CodeHTML { } /** - * Write a single method with the byte code associated with it. + * Writes a single method with the byte code associated with it. */ private void writeMethod(final Method method, final int methodNumber) throws IOException { // Get raw signature