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 c62b467eedf6450839577c6a799d055f5b75f2fc Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 9 15:01:39 2026 -0500 Restore binary compatibility --- src/main/java/org/apache/bcel/util/Args.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/util/Args.java b/src/main/java/org/apache/bcel/util/Args.java index 85cbd9a4..100f3f9a 100644 --- a/src/main/java/org/apache/bcel/util/Args.java +++ b/src/main/java/org/apache/bcel/util/Args.java @@ -32,7 +32,7 @@ public class Args { /** * Private constructor to prevent instantiation of this utility class. */ - private Args() { + public Args() { // Utility class }
