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 c895155aa7f13245edf559dc71f26170842b9dc8 Author: Gary David Gregory (Code signing key) <[email protected]> AuthorDate: Sat Jun 17 07:03:48 2023 -0400 Comment --- src/test/java/org/apache/bcel/util/BCELifierTestCase.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/bcel/util/BCELifierTestCase.java b/src/test/java/org/apache/bcel/util/BCELifierTestCase.java index da0d1e29..1cdeff2d 100644 --- a/src/test/java/org/apache/bcel/util/BCELifierTestCase.java +++ b/src/test/java/org/apache/bcel/util/BCELifierTestCase.java @@ -173,8 +173,9 @@ public class BCELifierTestCase extends AbstractTestCase { } /* - * Dump a class using "javap" and compare with the same class recreated using BCELifier, "javac", "java" and dumped with - * "javap" TODO: detect if JDK present and skip test if not + * Dumps a class using "javap" and compare with the same class recreated using BCELifier, "javac", "java" and dumped with "javap". + * + * TODO: detect if JDK present and skip test if not */ @ParameterizedTest @ValueSource(strings = {
