This is an automated email from the ASF dual-hosted git repository.

rpopma pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 75391df  [LOG4J2-3267] make Generate#generate method public for 
automation
75391df is described below

commit 75391dfc7c620bd69ebe804a4eddb2cd7d0f4d0d
Author: rpopma <rpo...@apache.org>
AuthorDate: Fri Dec 31 07:27:41 2021 +0900

    [LOG4J2-3267] make Generate#generate method public for automation
---
 .../src/main/java/org/apache/logging/log4j/core/tools/Generate.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
index cf49a53..eebc2c7 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/tools/Generate.java
@@ -1061,7 +1061,7 @@ public final class Generate {
         generate(args, type, System.out);
     }
 
-    static void generate(final String[] args, final Type type, final 
PrintStream printStream) {
+    public static void generate(final String[] args, final Type type, final 
PrintStream printStream) {
         if (!validate(args)) {
             usage(printStream, type.generator());
             System.exit(-1);

Reply via email to